From 2eaccb0e1842736ef20de1969081bccadbd7c2dd Mon Sep 17 00:00:00 2001 From: tuutti Date: Tue, 17 Feb 2026 11:24:50 +0200 Subject: [PATCH] Fixed database export --- tools/make/drupal.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/make/drupal.mk b/tools/make/drupal.mk index d015b7e3..602b993e 100644 --- a/tools/make/drupal.mk +++ b/tools/make/drupal.mk @@ -116,7 +116,7 @@ drush-sanitize-database: PHONY += drush-create-dump drush-create-dump: ## Create database dump to dump.sql - $(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) PHONY += open-db-gui open-db-gui: ## Open database with GUI tool