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

Reset pgmg connection for every migration file (without cancelling all connections globally) #13

Open
JAForbes opened this issue Jul 26, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@JAForbes
Copy link
Owner

Otherwise connection settings in the migration can conflict.

@JAForbes JAForbes added the enhancement New feature or request label Jul 26, 2021
@JAForbes
Copy link
Owner Author

Fixed

@JAForbes JAForbes reopened this Feb 20, 2023
@JAForbes
Copy link
Owner Author

Turns out this is super annoying in practice as it cancels other connections to the database that don't need to go down. For local development it can lead to weird issues that would never arise in prod.

@JAForbes JAForbes changed the title Reset connection for every migration file Reset pgmg connection for every migration file (without cancelling all connections globally) Feb 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant