We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9f15a1a + 798629e commit 3f2c3daCopy full SHA for 3f2c3da
1 file changed
tools/make/drupal.mk
@@ -116,7 +116,7 @@ drush-sanitize-database:
116
117
PHONY += drush-create-dump
118
drush-create-dump: ## Create database dump to dump.sql
119
- $(call drush,sql-dump --structure-tables-key=common --extra-dump=--no-tablespaces --result-file=/app/dump.sql)
+ $(call drush,sql-dump --structure-tables-key=common --extra-dump='--no-tablespaces --skip-ssl' --result-file=/app/dump.sql)
120
121
PHONY += open-db-gui
122
open-db-gui: ## Open database with GUI tool
0 commit comments