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

[NEOS-981] DB Migrations don't work out of the box with RDS #1724

Open
nickzelei opened this issue Apr 5, 2024 · 0 comments
Open

[NEOS-981] DB Migrations don't work out of the box with RDS #1724

nickzelei opened this issue Apr 5, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@nickzelei
Copy link
Member

Small bug report, the very first migration the neosync-api runs doesn't work out of the box on RDS for me.

Trying to back neosync with a real db instead of postgres and when I set up neosync to use the rdsadmin user this line fails:
CREATE SCHEMA IF NOT EXISTS neosync_api AUTHORIZATION neosync_api_owner;

because my rdsadmin user isn't in the neosync_api_owner group.

Running this on the db and re-running fixed it:
GRANT neosync_api_owner to rdsadmin;

https://discord.com/channels/1171894401140797591/1175120257921323009/1225928784839053375

From SyncLinear.com | NEOS-981

@nickzelei nickzelei added the bug Something isn't working label Apr 5, 2024
@nickzelei nickzelei added this to the v.17 milestone Apr 8, 2024
@nickzelei nickzelei removed this from the v.17 milestone May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant