Page MenuHomePhabricator
Paste P1220

Problems during upgrade
ActivePublic

Authored by mim on Aug 1 2014, 10:07 PM.
Referenced Files
F185297: Problems_during_upgrade
Aug 2 2014, 7:06 AM
F185164: Problems_during_upgrade
Aug 1 2014, 10:09 PM
F185163: Problems_during_upgrade
Aug 1 2014, 10:07 PM
Subscribers
None
# ./phabricator/bin/storage upgrade --force --user root --password password
Applying patch 'phabricator:20140722.appname.php'...
Migrating user preferences...
Migrating dashboard installs...
Migrating `phabricator.uninstalled-applications` config...
[2014-08-02 01:02:07] EXCEPTION: (AphrontQueryConnectionException) Attempt to connect to root@localhost failed with error #1045: Access denied for user 'root'@'localhost' (using password: NO). at [<phutil>/src/aphront/storage/connection/mysql/AphrontMySQLiDatabaseConnection.php:65]
#0 AphrontMySQLiDatabaseConnection::connect() called at [<phutil>/src/aphront/storage/connection/mysql/AphrontMySQLDatabaseConnectionBase.php:97]
#1 AphrontMySQLDatabaseConnectionBase::establishConnection() called at [<phutil>/src/aphront/storage/connection/mysql/AphrontMySQLDatabaseConnectionBase.php:120]
#2 AphrontMySQLDatabaseConnectionBase::requireConnection() called at [<phutil>/src/aphront/storage/connection/mysql/AphrontMySQLiDatabaseConnection.php:15]
#3 AphrontMySQLiDatabaseConnection::escapeBinaryString(string) called at [<phutil>/src/aphront/storage/connection/mysql/AphrontMySQLiDatabaseConnection.php:11]
#4 AphrontMySQLiDatabaseConnection::escapeUTF8String(string) called at [<phutil>/src/xsprintf/qsprintf.php:170]
#5 xsprintf_query(AphrontMySQLiDatabaseConnection, string, integer, string, integer) called at [<phutil>/src/xsprintf/xsprintf.php:63]
#6 xsprintf(string, AphrontMySQLiDatabaseConnection, array) called at [<phutil>/src/xsprintf/qsprintf.php:64]
#7 qsprintf(AphrontMySQLiDatabaseConnection, string, string, string, string, string)
#8 call_user_func_array(string, array) called at [<phutil>/src/xsprintf/queryfx.php:5]
#9 queryfx(AphrontMySQLiDatabaseConnection, string, string, string, string, string)
#10 call_user_func_array(string, array) called at [<phutil>/src/xsprintf/queryfx.php:16]
#11 queryfx_all(AphrontMySQLiDatabaseConnection, string, string, string, string, string)
#12 call_user_func_array(string, array) called at [<phutil>/src/aphront/storage/connection/AphrontDatabaseConnection.php:20]
#13 AphrontDatabaseConnection::queryData(string, string, string, string, string)
#14 call_user_func_array(array, array) called at [<phabricator>/src/infrastructure/storage/lisk/LiskDAO.php:496]
#15 LiskDAO::loadRawDataWhere(string, string, string)
#16 call_user_func_array(array, array) called at [<phabricator>/src/infrastructure/storage/lisk/LiskDAO.php:460]
#17 LiskDAO::loadOneWhere(string, string, string) called at [<phabricator>/src/applications/config/storage/PhabricatorConfigEntry.php:30]
#18 PhabricatorConfigEntry::loadConfigEntry(string) called at [<phabricator>/resources/sql/autopatches/20140722.appname.php:131]
#19 require_once(string) called at [<phabricator>/src/infrastructure/storage/management/PhabricatorStorageManagementAPI.php:196]
#20 PhabricatorStorageManagementAPI::applyPatchPHP(string) called at [<phabricator>/src/infrastructure/storage/management/PhabricatorStorageManagementAPI.php:171]
#21 PhabricatorStorageManagementAPI::applyPatch(PhabricatorStoragePatch) called at [<phabricator>/src/infrastructure/storage/management/workflow/PhabricatorStorageManagementUpgradeWorkflow.php:168]
#22 PhabricatorStorageManagementUpgradeWorkflow::execute(PhutilArgumentParser) called at [<phutil>/src/parser/argument/PhutilArgumentParser.php:394]
#23 PhutilArgumentParser::parseWorkflowsFull(array) called at [<phutil>/src/parser/argument/PhutilArgumentParser.php:290]
#24 PhutilArgumentParser::parseWorkflows(array) called at [<phabricator>/scripts/sql/manage_storage.php:115]

Event Timeline

mim changed the title of this paste from untitled to Problems during upgrade.
mim updated the paste's language from autodetect to text.
mim added a project: Phabricator.