Page MenuHomePhabricator
Paste P6841

(An Untitled Masterwork)
ActivePublic

Authored by Paladox on Mar 13 2018, 3:37 PM.
Tags
None
Referenced Files
F15274828:
Mar 13 2018, 3:37 PM
Subscribers
None
root@phabricator-stretch:/srv/phab/phabricator# bin/storage upgrade
Before running storage upgrades, you should take down the Phabricator web
interface and stop any running Phabricator daemons (you can disable this
warning with --force).
Are you ready to continue? [y/N] y
Storage is up to date. Use "storage status" for details.
Synchronizing static tables...
Verifying database schemata on "localhost"...
Database Table Name Issues
phabricator_maniphest maniphest_task key_closed Missing Key
phabricator_maniphest maniphest_task key_closer Missing Key
Found 2 adjustment(s) to apply, detailed above.
You can review adjustments in more detail from the web interface, in Config > Database Status. To better understand the adjustment workflow, see "Managing Storage Adjustments" in the documentation.
MySQL needs to copy table data to make some adjustments, so these migrations may take some time.
Apply these schema adjustments? [y/N] y
Applying schema adjustments...
Done.
Target Error
phabricator_maniphest.maniphest_task.key_closed #1072: Key column 'closedEpoch' doesn't exist in table
phabricator_maniphest.maniphest_task.key_closer #1072: Key column 'closerPHID' doesn't exist in table
Failed to make some schema adjustments, detailed above.
For help troubleshooting adjustments, see "Managing Storage Adjustments" in the documentation.
Target Error
phabricator_maniphest.maniphest_task.closedEpoch Missing
phabricator_maniphest.maniphest_task.closerPHID Missing
SCHEMATA ERRORS
The schemata have errors (detailed above) which the adjustment workflow can
not fix.
If you are not developing Phabricator itself, report this issue to the
upstream.
If you are developing Phabricator, these errors usually indicate that your
schema specifications do not agree with the schemata your code actually
builds.
ANALYZE Analyzing tables...
Done.
ANALYZED Analyzed 501 table(s).