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

feat: error for unsupported psql versions #1010

Merged

Conversation

berkeli
Copy link
Contributor

@berkeli berkeli commented Jan 17, 2024

/claim #1009

This adds a helper function that's used to verify postgres version. The helper function is then used in 2 places:

  1. Migrations (this doesn't panic, but logs out an error that migrations couldn't be run)
  2. DatabaseFactory (this will cause a panic and exit)

@tolgaOzen tolgaOzen merged commit a747784 into Permify:master Jan 17, 2024
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants