PostgreSQL backup script

Unimus support forum
Post Reply
nets
Posts: 6
Joined: Fri Nov 08, 2019 12:24 pm

Fri May 09, 2025 8:59 pm

Doing a PostgreSQL (v11) backup script, and having trouble with

Code: Select all

pg_dump: could not open large object 100000: ERROR:  permission denied for large object 100000
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.
Post Reply