-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
fix(backend): 1702718871541-ffVisibility.jsのdownが壊れている #12767
fix(backend): 1702718871541-ffVisibility.jsのdownが壊れている #12767
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #12767 +/- ##
========================================
Coverage 79.79% 79.79%
========================================
Files 956 956
Lines 108800 108800
Branches 8373 8374 +1
========================================
Hits 86814 86814
Misses 21986 21986 ☔ View full report in Codecov by Sentry. |
|
Hey, I am that person at #12764 who got a fatal failure in upgrading to 2023.12.0 and couldn't get back to the previous version because I already did the database migration and didn't do a database dump before upgrading... I found this PR from the discord guild's notification channels; I assume this would allow my Misskey to safely downgrade back to 2023.11.1 without a database dump restore? Just so I do not damage my chances of getting my Misskey instance back fully working again, I would like to make sure I know what I am going to do with this is right. Please correct me if the steps I plan to do is wrong:
|
I decided to do a hallelujah and applied this PR and my plan. It worked! https://makai.chaotic.ninja/notes/9nme23ch04 Thank you very much!!! |
Sorry for the late reply. This was intended to fix a bug I found while checking the steps to address #12764. However, I did not want to link to it directly because there was no guarantee that this would fix the problem. I am happy to solve the problem you are having. |
🙏🏻 |
What
掲題の現象を修正しました。
これにより、
pmpm revert
が成功するようになります。Why
2023.12.0への更新に失敗した時など、前のバージョンまで巻き戻したいケースがあると考えます。
Additional info (optional)
ローカルにて
pnpm migrate
とpnpm revert
を繰り返し実行し、いずれもエラーとならないこと、user_profile.ffVisibility
の値が壊れずに引き継がれることを確認しています。Checklist