Page MenuHomePhabricator

Schemata error after updating
Closed, InvalidPublic

Description

Hello,

I've just updated phabricator using the steps described here: Upgrading
but ran into a schemata error when executing the $ROOT/phabricator/bin/storage upgrade command

Version

phabricator d3c464a610bc3a708366fc731f0099823736d427 (Mon, Jun 5)
arcanist 129d51fa0936c9bae48fadf3a3f39e26d69d24da (Thu, May 18)
phutil 74a1350416eb2df825c2315d6519bee03f77bee9 (Mon, Jun 5)

Error

Updating database
Storage is up to date. Use "storage status" for details.
Synchronizing static tables...
Verifying database schemata on "localhost"...
Found no adjustments for schemata.

Target                  Error
phabricator_application Missing

 SCHEMATA ERRORS

Is this a known issue? What is the best approach to solve this issue?

Event Timeline

epriestley added a subscriber: epriestley.

I can't reproduce this. Here's what I tried:

  • Run bin/storage upgrade at HEAD.

Here's what I saw:

$ ./bin/storage upgrade -f
Storage is up to date. Use "storage status" for details.
Synchronizing static tables...
Verifying database schemata on "localhost"...
Found no adjustments for schemata.
$

That is, the command worked properly, and I did not encounter the error you're reporting.

To move forward, we need complete reproduction instructions which allow us to reproduce the issue you're experiencing in a local environment.

Next steps:

  • Provide complete reproduction instructions we can use to reproduce this.
  • We'll close this after a few days if we don't receive the information we need.

We haven't received the information we need to move forward, so I'm going to close this. Feel free to follow up here or open a new task if you're able to provide detailed reproduction instructions we can use to reproduce the issue locally.