Phorge storage upgrade error coming from Phabricator
Phorge storage upgrade error coming from Phabricator
Event Timeline
Herald added subscribers: Cigaryno, Matthew. · View Herald TranscriptNov 29 2023, 15:462023-11-29 15:46:32 (UTC+0)
Comment Actions
If you can hop on IRC/Conpherence in about 4 hours (around 20:00 UTC), I can try debugging this interactively.
first glance, looks like the table for already-applied phabricator_meta_data.patch_status is somehow corrupt, so the upgrade script tries to run all the patches again:
mysql localhost phabricator_meta_data> select * from patch_status where patch like '%20200220.xaccount%'; +--------------------------------------+------------+----------+ | patch | applied | duration | +--------------------------------------+------------+----------+ | phabricator:20200220.xaccount.01.sql | 1695551975 | 30663 | +--------------------------------------+------------+----------+ 1 row in set (0.01 sec)
Content licensed under Creative Commons Attribution-ShareAlike 4.0 (CC-BY-SA) unless otherwise noted; code licensed under Apache 2.0 or other open source licenses. · CC BY-SA 4.0 · Apache 2.0