diff --git a/postgres-restore-s3/restore.sh b/postgres-restore-s3/restore.sh index 4c956f2..e3767a4 100644 --- a/postgres-restore-s3/restore.sh +++ b/postgres-restore-s3/restore.sh @@ -84,7 +84,6 @@ psql $POSTGRES_HOST_OPTS -d postgres -c "ALTER EXTENSION citext SET SCHEMA publi psql $POSTGRES_HOST_OPTS -d postgres -c "CREATE EXTENSION IF NOT EXISTS plpgsql;" set -e -sed -i 's/public.citext/citext/g' dump.sql pg_restore $POSTGRES_HOST_OPTS --no-owner --single-transaction -n public -v -d "$POSTGRES_DATABASE" dump.sql echo "Restore complete"