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 20ee0f5 commit b9a2e9dCopy full SHA for b9a2e9d
src/Test/Functional/Acceptance/BackupDbCest.php
@@ -85,6 +85,10 @@ private function partRunDbDumpWithoutSplitDbArch(CliTester $I)
85
86
// Running database dump command with invalid database label
87
$I->runDockerComposeCommand('run build cloud-build');
88
+
89
+ // Restore app/etc after build phase
90
+ $I->runDockerComposeCommand('run build bash -c "cp -r /app/init/app/etc /app/app"');
91
92
$I->runDockerComposeCommand('run deploy ece-command db-dump incorrectName');
93
$I->seeInOutput(
94
'CRITICAL: Incorrect the database names: [ incorrectName ].'
0 commit comments