2.9. Setting up Partial Restore #

If you are planning to use partial restore with the --db-exclude-name or --db-include-name options, complete the following additional step:

  • Grant the read-only access to pg_catalog.pg_database to the backup role only in the database used for connection to Postgres Pro server:

    GRANT SELECT ON TABLE pg_catalog.pg_database TO backup;