Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request]: Support user creation in declarative migrations #3184

Open
nmittler opened this issue Oct 9, 2024 · 0 comments
Open

[Feature Request]: Support user creation in declarative migrations #3184

nmittler opened this issue Oct 9, 2024 · 0 comments

Comments

@nmittler
Copy link

nmittler commented Oct 9, 2024

Using PostgreSQL 16 with the latest operator (0.5.0). Trying to create a AtlasSchema CR that includes sql with a CREATE ROLE command. The error I see both in the operator logs and the CRD status is that the role already exists. If I remove the command, my client fails (as expected) since the role does not exist. So it seems that the operator is stepping on itself somehow.

I reached out on discord and was told that create role isn’t supported yet in declarative migrations.

So I'm creating this issue to track the feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant