-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
NoMongo: Migration Failure: Permission Denied for Schema Public in develop-postgres
Branch
#2856
Labels
bug
Something isn't working
Comments
assign |
palisadoes
changed the title
Migration Failure: Permission Denied for Schema Public in
NoMongo: Migration Failure: Permission Denied for Schema Public in Jan 14, 2025
develop-postgres
Branchdevelop-postgres
Branch
@prayanshchh probably a solution to this issue as well: #2855 (comment) |
@prayanshchh Please close if the other issue fixes this one |
my understanding was that app can be booted up locally as well as by docker but as app will be booted up by devcontainers, we won't need this. Closing |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When attempting to apply database migrations locally on the develop-postgres branch, the process fails with a permission denied for schema public error. The issue occurs even when the PostgreSQL database is correctly set up with the appropriate credentials.
To Reproduce
Steps to reproduce the behavior:
1.Clone the Talawa repository and switch to the
develop-postgres
branch.2.Start the PostgreSQL database using valid credentials
3.Run:
npm run apply_drizzle_migrations
Expected behavior
Database migrations should be applied successfully, with all required schema and table changes applied to the database.
Actual behavior
The migration fails with the following error:
Screenshots
Additional details
similar issue: drizzle-team/drizzle-orm#3353
Potential internship candidates
Please read this if you are planning to apply for a Palisadoes Foundation internship
The text was updated successfully, but these errors were encountered: