Skip to content

Commit 591c273

Browse files
committed
Fixed database export
1 parent 782b665 commit 591c273

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/make/drupal.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ drush-sanitize-database:
116116

117117
PHONY += drush-create-dump
118118
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)
119+
$(call drush,sql-dump --structure-tables-key=common --extra-dump='--no-tablespaces --skip-ssl' --result-file=/app/dump.sql)
120120

121121
PHONY += open-db-gui
122122
open-db-gui: ## Open database with GUI tool

0 commit comments

Comments
 (0)