Take control of existing databases #263
Answered
by
pcallewaert
DavidS-ovm
asked this question in
Q&A
|
Hi, I've already got a few databases in my RDS/Aurora cluster configured manually, and would like to start using this operator going forward. Is there an easy procedure to take control? Regards, David |
Answered by
pcallewaert
Dec 18, 2025
Replies: 1 comment
|
Unfortunately that use case is not supported (yet).. I think it's possible to implement some logic to verify if the database already exists, and if the owner is not the group role, then reassign ownership to the group role. The postgres operator role should be a member of the current owner of the database for this to work. |
0 replies
Answer selected by
DavidS-ovm
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Unfortunately that use case is not supported (yet).. I think it's possible to implement some logic to verify if the database already exists, and if the owner is not the group role, then reassign ownership to the group role. The postgres operator role should be a member of the current owner of the database for this to work.
Unfortunately it's not a high priority item to implement this.