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

Improve database upgrade experience and support db upgrades across multiple apps #843

Open
lorenyu opened this issue Jan 18, 2025 · 0 comments
Labels
scope: database Database layer / component type: devex Developer experience

Comments

@lorenyu
Copy link
Contributor

lorenyu commented Jan 18, 2025

Currently postgres version is hardcoded in database/resources so all apps share the same version, and upgrades require customizing the module itself.

Let's try to make upgrading not require going into the module internals, and also support multiple apps being on different versions to support a more incremental upgrade path for monorepos with multiple apps that have databaseses

@lorenyu lorenyu added scope: database Database layer / component type: devex Developer experience labels Jan 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scope: database Database layer / component type: devex Developer experience
Projects
None yet
Development

No branches or pull requests

1 participant