PostgreSQL backup script
Posted: Fri May 09, 2025 8:59 pm
Doing a PostgreSQL (v11) backup script, and having trouble with
Whats the right way to handle this? Turn on lo_compat_privileges in postgresql.conf or do you have another way?
Script is basically the postgresql.org cmd script for windows.
Code: Select all
pg_dump: could not open large object 100000: ERROR: permission denied for large object 100000
Script is basically the postgresql.org cmd script for windows.