Replies: 1 comment 2 replies
-
Hi @rleffd 👋 In: We should have:
That way you wouldn't get the error when the extension is created using the master user (extension "pg_partman" already exists), as we wouldn't try to create it again. We'll update this migration file to include this change. In the meantime, you could build your own |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm trying to setup artifacthub with an RDS (16.4) postgres instance. The master user is not used to deploy artifacthub. I have created a new user that have all rights on artifacthub databse.
But this user cannot create the pg_partman extension. This extension is available on my rds instance but the user cannot create the extension.
If the master user create the extension for my app user, the db-migrator-install says that extension already exists.
ERROR: extension "pg_partman" already exists (SQLSTATE 42710)
I wouldn't give the master user of my rds to the app. Is there a way to achieve that plz ?
Beta Was this translation helpful? Give feedback.
All reactions