-
Notifications
You must be signed in to change notification settings - Fork 48
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
confirm migration feasibility #1023
Conversation
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Codecov Report
@@ Coverage Diff @@
## master #1023 +/- ##
===========================================
- Coverage 0.69% 0.69% -0.01%
- Complexity 5739 5741 +2
===========================================
Files 291 291
Lines 19859 19871 +12
===========================================
Hits 139 139
- Misses 19720 19732 +12
Continue to review full report at Codecov.
|
/backport to stable24 |
/backport to stable23 |
/backport to stable22 |
/backport to stable24 |
The backport to stable24 failed. Please do this backport manually. |
There is a current minor issue making the migration process to run even if there is nothing to migrate (fresh instance).
The full migration process will reset memberships and recreate them, which is useless on a fresh instance.
On old instance (pre-22 with Circles already installed), Because the old tables were not drop after the migration, a negative use-case could be trigger:
This fix will check that new table are not used and that the old table exists.
The drop of old tables will be done in 25