From 3baac7d5f13f71beca4c8fb994d0bcd1866f78cf Mon Sep 17 00:00:00 2001 From: aido93 Date: Mon, 29 Jun 2020 15:59:31 +0300 Subject: [PATCH] Update restore.sh --- postgres-restore-s3/restore.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/postgres-restore-s3/restore.sh b/postgres-restore-s3/restore.sh index d44c159..f135f66 100644 --- a/postgres-restore-s3/restore.sh +++ b/postgres-restore-s3/restore.sh @@ -82,7 +82,6 @@ psql $POSTGRES_HOST_OPTS -d postgres -c "GRANT ALL PRIVILEGES ON DATABASE \"$POS psql $POSTGRES_HOST_OPTS -d postgres -c "CREATE EXTENSION IF NOT EXISTS citext;" psql $POSTGRES_HOST_OPTS -d postgres -c "ALTER EXTENSION citext SET SCHEMA public;" psql $POSTGRES_HOST_OPTS -d postgres -c "CREATE EXTENSION IF NOT EXISTS plpgsql;" -psql $POSTGRES_HOST_OPTS -d postgres -c "ALTER EXTENSION plpgsql SET SCHEMA public;" set -e pg_restore $POSTGRES_HOST_OPTS --no-owner --single-transaction -n public --no-privileges -v -d "$POSTGRES_DATABASE" dump.sql