After our Phabricator server was restarted for some maintenance, the daemons claim to be of a different configuration. I've gone through all of the steps mentioned in the setup issue window but I cannot see where the configuration miss match is. We are running everything on one server so there's not issue there. We've not set up a phabricator configuration file, the local.json file has the correct values in it. The daemon error log only has the following (an issue we've been having that does not seem to be related to this).
```
[20-Nov-2014 23:57:25] [2014-11-20 23:57:25] EXCEPTION: (PhutilProxyException) Error while executing task ID 11143 from queue. {>} (AphrontQueryException) #1406: Data too long for column 'summary' at row 1 at [<phutil>/src/aphront/storage/connection/mysql/AphrontBaseMySQLDatabaseConnection.php:308]
[20-Nov-2014 23:57:25] #0 AphrontBaseMySQLDatabaseConnection::throwQueryCodeException(integer, string) called at [<phutil>/src/aphront/storage/connection/mysql/AphrontBaseMySQLDatabaseConnection.php:275]
[20-Nov-2014 23:57:25] #1 AphrontBaseMySQLDatabaseConnection::throwQueryException(mysqli) called at [<phutil>/src/aphront/storage/connection/mysql/AphrontBaseMySQLDatabaseConnection.php:181]
[20-Nov-2014 23:57:25] #2 AphrontBaseMySQLDatabaseConnection::executeRawQuery(string) called at [<phutil>/src/xsprintf/queryfx.php:6]
[20-Nov-2014 23:57:25] #3 queryfx(AphrontMySQLiDatabaseConnection, string, string, string, string, string)
[20-Nov-2014 23:57:25] #4 call_user_func_array(string, array) called at [<phutil>/src/aphront/storage/connection/AphrontDatabaseConnection.php:26]
[20-Nov-2014 23:57:25] #5 AphrontDatabaseConnection::query(string, string, string, string, string) called at [<phabricator>/src/infrastructure/storage/lisk/LiskDAO.php:1112]
[20-Nov-2014 23:57:25] #6 LiskDAO::update() called at [<phabricator>/src/infrastructure/storage/lisk/LiskDAO.php:1041]
[20-Nov-2014 23:57:25] #7 LiskDAO::save() called at [<phabricator>/src/applications/repository/storage/PhabricatorRepositoryCommit.php:169]
[20-Nov-2014 23:57:25] #8 PhabricatorRepositoryCommit::save() called at [<phabricator>/src/applications/repository/worker/commitmessageparser/PhabricatorRepositoryCommitMessageParserWorker.php:80]
[20-Nov-2014 23:57:25] #9 PhabricatorRepositoryCommitMessageParserWorker::updateCommitData(DiffusionCommitRef) called at [<phabricator>/src/applications/repository/worker/commitmessageparser/PhabricatorRepositorySvnCommitMessageParserWorker.php:15]
[20-Nov-2014 23:57:25] #10 PhabricatorRepositorySvnCommitMessageParserWorker::parseCommit(PhabricatorRepository, PhabricatorRepositoryCommit) called at [<phabricator>/src/applications/repository/worker/PhabricatorRepositoryCommitParserWorker.php:44]
[20-Nov-2014 23:57:25] #11 PhabricatorRepositoryCommitParserWorker::doWork() called at [<phabricator>/src/infrastructure/daemon/workers/PhabricatorWorker.php:87]
[20-Nov-2014 23:57:25] #12 PhabricatorWorker::executeTask() called at [<phabricator>/src/infrastructure/daemon/workers/storage/PhabricatorWorkerActiveTask.php:156]
[20-Nov-2014 23:57:25] #13 PhabricatorWorkerActiveTask::executeTask() called at [<phabricator>/src/infrastructure/daemon/workers/PhabricatorTaskmasterDaemon.php:19]
[20-Nov-2014 23:57:25] #14 PhabricatorTaskmasterDaemon::run() called at [<phutil>/src/daemon/PhutilDaemon.php:91]
[20-Nov-2014 23:57:25] #15 PhutilDaemon::execute() called at [<phutil>/scripts/daemon/exec/exec_daemon.php:111]
```
I have stopped all of the processes and attempted to restart them but the daemons still claim to be with a stale configuration. Please let me know if I'm missing anything.