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 65e0d27 commit 9e13ed5Copy full SHA for 9e13ed5
docs/ibexa_cloud/ddev_and_ibexa_cloud.md
@@ -95,7 +95,7 @@ echo '.ddev/' >> .gitignore
95
ddev start
96
ddev composer config --global http-basic.updates.ibexa.co <installation-key> <token-password>
97
ibexa_cloud db:dump --gzip --file=production.sql.gz
98
-ddev import-db --src=production.sql.gz && rm production.sql.gz
+ddev import-db --file=production.sql.gz && rm production.sql.gz
99
ibexa_cloud mount:download --mount public/var --target public/var
100
ddev composer install
101
ddev describe
0 commit comments