-
Notifications
You must be signed in to change notification settings - Fork 8
Enable database migrations with open branches #1
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
Comments
Several prerequisite items of work were identified and completed in the process of implementing this feature.
As successful migration of a branch depends crucially on the fix for NetBox bug #19440, the inclusion of this feature will necessitate raising the minimum NetBox version to v4.3.1. However, it should be possible to migrate existing branches from as far back as NetBox v4.1.0 (when branching support was first introduced). |
Plugin Version
v0.2.0
Proposed functionality
Implement the ability to apply database migrations (e.g. from a NetBox upgrade) with one or more open branches. Currently, this is not supported as migration operations are applied only to the main schema.
Use case
This would enable users to reliably upgrade to new NetBox versions without needing to first merge any open branches.
External dependencies
No response
The text was updated successfully, but these errors were encountered: