<div dir="ltr">Hmm, that's a new one. But yes, based on the error messages you shared, it looks like CDash somehow skipped the 2.8 schema upgrade. Apologies for the manual hackery, but the following steps should get you beyond this problem.<div><ul><li>From a MySQL prompt, run the following command:</li><ul><li><font face="monospace">UPDATE version SET major=2, minor=7, patch=0;</font><br></li></ul><li>From a web browser, log into your CDash instance as an administrator</li><li>Click on "My CDash"</li><li>Click on "Maintenance"</li><li>Click on the "Upgrade CDash" button. This might take a while. You can keep an eye on what it's doing by running "<font face="monospace">SHOW PROCESSLIST;</font>" in a MySQL prompt.</li></ul><div>Let me know if your CDash instance is too messed up to complete the second step of these instructions. If so, we'll brainstorm some other ways to complete this upgrade.</div></div><div><div><br></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Mar 3, 2021 at 1:23 PM Sean McBride <<a href="mailto:sean@rogue-research.com">sean@rogue-research.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Zack,<br>
<br>
I've managed to install cdash 3.0.3 on a test server.<br>
<br>
I exported my production (mysql) database and imported it to my test server.  But lots of the cdash UI doesn't seem to work, showing blank pages, 500 errors, and other weirdness.  In the logs, I see things like:<br>
<br>
[2021-03-03 06:16:12] development.ERROR: Unknown column 'b.testduration' in 'field list' {"function":"pdo_error"} <br>
<br>
[2021-03-03 06:16:12] development.ERROR: SQL error: Unknown column 'b.testduration' in 'field list' {"function":"Index.php"} <br>
<br>
[2021-03-03 10:54:19] development.ERROR: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'remember_token' in 'field list' (SQL: update `user` set `remember_token` = ************* where `id` = 5) {"userId":5,"exception":"[object] (Illuminate\\Database\\QueryException(code: 42S22): SQLSTATE[42S22]: Column not found: 1054 Unknown column 'remember_token' in 'field list' (SQL: update `user` set `remember_token` = ************* where `id` = 5) at /usr/local/etc/apache24/<a href="http://cdash.example.com/CDash/vendor/laravel/framework/src/Illuminate/Database/Connection.php:669" rel="noreferrer" target="_blank">cdash.example.com/CDash/vendor/laravel/framework/src/Illuminate/Database/Connection.php:669</a>, Doctrine\\DBAL\\Driver\\PDOException(code: 42S22): SQLSTATE[42S22]: Column not found: 1054 Unknown column 'remember_token' in 'field list' at /usr/local/etc/apache24/<a href="http://cdash.example.com/CDash/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:63" rel="noreferrer" target="_blank">cdash.example.com/CDash/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:63</a>, PDOException(code: 42S22): SQLSTATE[42S22]: Column not found: 1054 Unknown column 'remember_token' in 'field list' at /usr/local/etc/apache24/<a href="http://cdash.example.com/CDash/vendo" rel="noreferrer" target="_blank">cdash.example.com/CDash/vendo</a><br>
 r/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:61)<br>
<br>
[2021-03-03 11:29:43] development.ERROR: Unknown column 'recheck' in 'field list'<br>
<br>
Does this maybe mean a 2.6 -> 3 database migration didn't happen?<br>
<br>
Thanks,<br>
<br>
Sean<br>
<br>
<br>
_______________________________________________<br>
CDash mailing list<br>
<a href="mailto:CDash@public.kitware.com" target="_blank">CDash@public.kitware.com</a><br>
<a href="https://public.kitware.com/mailman/listinfo/cdash" rel="noreferrer" target="_blank">https://public.kitware.com/mailman/listinfo/cdash</a><br>
</blockquote></div>