From a972c3d910d44e33451e678f01900024acc5a5e7 Mon Sep 17 00:00:00 2001 From: dragondaddy Date: Tue, 30 Jan 2024 00:04:29 +0100 Subject: [PATCH] try to get rid of pgloader error --- scripts/_common.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/_common.sh b/scripts/_common.sh index 19a2f07e..9df13a03 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -38,6 +38,8 @@ SET MySQL PARAMETERS net_read_timeout = '90', net_write_timeout = '180' +ALTER SCHEMA 'hubzilla' RENAME TO 'public' + ; EOT pgloader $tmpdir/commands.load