Hi folks,
I'm trying to backup my database with:
pg_dump my_database > backup.sql
unfortunately there are no privileges set for many objects in the database,
therefore the command does not work!
Furthermore this does not grant privileges as expected:
GRANT ALL ON DATABASE my_database TO root
Any ideas?