We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9a2e9d commit 34ce128Copy full SHA for 34ce128
src/Test/Functional/Acceptance/BackupDb24Cest.php
@@ -88,6 +88,10 @@ private function partRunDbDumpWithoutSplitDbArch(CliTester $I)
88
89
// Running database dump command with invalid database label
90
$I->runDockerComposeCommand('run build cloud-build');
91
+
92
+ // Restore app/etc after build phase
93
+ $I->runDockerComposeCommand('run build bash -c "cp -r /app/init/app/etc /app/app"');
94
95
$I->runDockerComposeCommand('run deploy ece-command db-dump incorrectName');
96
$I->seeInOutput(
97
'CRITICAL: Incorrect the database names: [ incorrectName ].'
0 commit comments