Skip to content

Commit 9e13ed5

Browse files
committed
install_on_ibexa_cloud.md: --src → --file
Flag --src has been deprecated, please use --file instead
1 parent 65e0d27 commit 9e13ed5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ibexa_cloud/ddev_and_ibexa_cloud.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ echo '.ddev/' >> .gitignore
9595
ddev start
9696
ddev composer config --global http-basic.updates.ibexa.co <installation-key> <token-password>
9797
ibexa_cloud db:dump --gzip --file=production.sql.gz
98-
ddev import-db --src=production.sql.gz && rm production.sql.gz
98+
ddev import-db --file=production.sql.gz && rm production.sql.gz
9999
ibexa_cloud mount:download --mount public/var --target public/var
100100
ddev composer install
101101
ddev describe

0 commit comments

Comments
 (0)