ci: further pg_restore tuning
This commit is contained in:
parent
1d26aa0004
commit
ec0f718191
|
@ -14,7 +14,7 @@ dropdb -U django --if-exists ietf
|
|||
#psql -U django -d ietf -v ON_ERROR_STOP=1 -c '\x' -c 'ALTER USER django set search_path=ietf_utf8,django,public;'
|
||||
|
||||
echo "Import DB dump into ietf..."
|
||||
pg_restore --clean --if-exists --create -U django -d ietf ietf.dump
|
||||
pg_restore --clean --if-exists --create -U django -d postgres ietf.dump
|
||||
|
||||
#echo "Set schema search path for user django..."
|
||||
#psql -U django -d ietf -v ON_ERROR_STOP=1 -c '\x' -c 'ALTER USER django set search_path=ietf_utf8,django,public;'
|
||||
|
|
Loading…
Reference in a new issue