Issues after upgrade to 5.10.4

I have recently upgraded to the latest version 5.10.4 and tried to make a change on the colors. An error appears on top and I had a look at the laravel.log:

[2024-07-12 10:03:11] production.ERROR: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'smtp_host' in 'field list' (Connection: db-ninja-01, SQL: update `companies` set `convert_prod>
[stacktrace]

not quite sure what “db-ninja-01” is but my database is called differently.
In the installation root I tried running php artisan migrate but this is giving me the following errors:

How can I get rid of those errors?

BR
Fabian

Hi,

It should help to comment out the parts of this migration that have already run and try it again.

Awesome! I needed to comment out lines 18, 19 & 20 and rerun the command:

Also changes in the frontend are now getting saved as intended - thank you for your quick help!

Glad to hear it, thanks for the update!

1 Like