1 parent 1d26aa0 commit ec0f718Copy full SHA for ec0f718
1 file changed
docker/scripts/db-pg-import.sh
@@ -14,7 +14,7 @@ dropdb -U django --if-exists ietf
14
#psql -U django -d ietf -v ON_ERROR_STOP=1 -c '\x' -c 'ALTER USER django set search_path=ietf_utf8,django,public;'
15
16
echo "Import DB dump into ietf..."
17
-pg_restore --clean --if-exists --create -U django -d ietf ietf.dump
+pg_restore --clean --if-exists --create -U django -d postgres ietf.dump
18
19
#echo "Set schema search path for user django..."
20
0 commit comments