diff --git a/docker/scripts/db-import.sh b/docker/scripts/db-import.sh index 96223df8a..84d8a95dd 100644 --- a/docker/scripts/db-import.sh +++ b/docker/scripts/db-import.sh @@ -6,6 +6,6 @@ dropdb -U django --if-exists ietf # Extensions and search paths will be loaded from the dump echo "Import DB dump into ietf..." -pg_restore --clean --if-exists --create -U django -d postgres ietf.dump +pg_restore --clean --if-exists --create --no-owner -U django -d postgres ietf.dump echo "Done!"