Question
Managed Postgres Clusters: pg_restore errors for superuser privileges
I’m trying to import a database with pg_restore to a managed postgres cluster but I get the following error:
could not execute query: ERROR: must be superuser to create an operator class
I’m connecting as “doadmin” which doesn’t have superuser privileges, how can I connect as “postgres” user? or is there a way to pg_restore allowing the creation of operator class as admin user?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×