aido93
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
postgres-restore-s3/restore.sh
|
@ -84,7 +84,7 @@ 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;" |
|
|
psql $POSTGRES_HOST_OPTS -d postgres -c "CREATE EXTENSION IF NOT EXISTS plpgsql;" |
|
|
|
|
|
|
|
|
set -e |
|
|
set -e |
|
|
pg_restore -v |
|
|
|
|
|
|
|
|
pg_restore -V |
|
|
pg_restore $POSTGRES_HOST_OPTS --no-owner --single-transaction -n public -v -d "$POSTGRES_DATABASE" dump.sql |
|
|
pg_restore $POSTGRES_HOST_OPTS --no-owner --single-transaction -n public -v -d "$POSTGRES_DATABASE" dump.sql |
|
|
|
|
|
|
|
|
echo "Restore complete" |
|
|
echo "Restore complete" |
|
|