Database Undefined Column error #2438
-
Hi -- I'm back with another new problem with my newly installed CDash 3.5.0 server (RHEL 8.10, PHP 8.2, PostgreSQL 15). When my user went to create a new project, we got the following error in the
Then it goes on for a bit. (The "xxxxxxxx" part is a list of all of the columns I think.) I'm not a "DB person" by any means :-) but the
Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
It looks like you haven't run the migrations for 3.5 somehow. What does As an aside, |
Beta Was this translation helpful? Give feedback.
It looks like you haven't run the migrations for 3.5 somehow. What does
php artisan migrate
report?As an aside,
php artisan db:seed
is for development purposes, and will overwrite any existing data.