Open furkansahin opened 1 year ago
The pg_dump call takes database url and the file name as arguments but it doesn't escape them. When the file name contains &, it causes a failure on the connection. Also, the dump should fail fast when the pg_dump call is not successful.
The pg_dump call takes database url and the file name as arguments but it doesn't escape them. When the file name contains &, it causes a failure on the connection. Also, the dump should fail fast when the pg_dump call is not successful.