aido93
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
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 |
|
|
|