Skip to content

Commit ec0f718

Browse files
committed
ci: further pg_restore tuning
1 parent 1d26aa0 commit ec0f718

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/scripts/db-pg-import.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dropdb -U django --if-exists ietf
1414
#psql -U django -d ietf -v ON_ERROR_STOP=1 -c '\x' -c 'ALTER USER django set search_path=ietf_utf8,django,public;'
1515

1616
echo "Import DB dump into ietf..."
17-
pg_restore --clean --if-exists --create -U django -d ietf ietf.dump
17+
pg_restore --clean --if-exists --create -U django -d postgres ietf.dump
1818

1919
#echo "Set schema search path for user django..."
2020
#psql -U django -d ietf -v ON_ERROR_STOP=1 -c '\x' -c 'ALTER USER django set search_path=ietf_utf8,django,public;'

0 commit comments

Comments
 (0)