diff --git a/functions b/functions index 1e6c920..d571f04 100755 --- a/functions +++ b/functions @@ -133,7 +133,7 @@ service_import() { if [[ -t 0 ]]; then dokku_log_fail "No data provided on stdin." fi - docker exec -i "$SERVICE_NAME" env PGPASSWORD="$PASSWORD" pg_restore -h localhost -cO --if-exists -C -d "$DATABASE_NAME" -U postgres -w + docker exec -i "$SERVICE_NAME" env PGPASSWORD="$PASSWORD" pg_restore -h localhost -cO --if-exists -d "$DATABASE_NAME" -U postgres -w } service_start() { diff --git a/test-export b/test-export new file mode 100644 index 0000000..dc41719 Binary files /dev/null and b/test-export differ