On Fri, Jul 26, 2024 at 12:43 PM Wells Oliver <wells.oliver@xxxxxxxxx> wrote:
I am doing a pg_restore of a database, which is nothing difficult, but I also am creating a new server first, and rather than painstakingly making sure I create all users and roles etc prior to pg_restore (so we can have the same perms), is there some obvious way of doing this I'm unawares of?--Wells Oliver
wells.oliver@xxxxxxxxx
And to clarify, while the roles themselves are global, the GRANTS are per database and would be contained in the pg_dump files along with the objects those grants are for.
--