We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cef2b9 commit 0387c2dCopy full SHA for 0387c2d
functions
@@ -125,7 +125,7 @@ service_import() {
125
if [[ -t 0 ]]; then
126
dokku_log_fail "No data provided on stdin."
127
fi
128
- docker exec -i "$SERVICE_NAME" env PGPASSWORD="$PASSWORD" pg_restore -h localhost -cO --if-exists -d "$DATABASE_NAME" -U postgres -w
+ docker exec -i "$SERVICE_NAME" env PGPASSWORD="$PASSWORD" pg_restore -h localhost -cO --if-exists -C -d "$DATABASE_NAME" -U postgres -w
129
}
130
131
service_start() {
0 commit comments