Hi! I´ve update EspoCRM from 8.2.5 to 8.3 version with command.sh upgrade, in docker installation. All fine, but mysql container stay restarting. Log error seems like upgrade don't add new feature column into my custom entity "Pedido":
CRITICAL: (42S22) SQLSTATE[42S22]: Column not found: 1054 Unknown column 'user.avatar_color' in 'field list' :: GET /Pedido :: /var/www/html/application/Espo/ORM/Executor/DefaultSqlExecutor.php(77)
Also another error that don't know where to fix is:
WARNING: Cron is not run because it's disabled with 'cronDisabled' param.
Runing Ubuntu Server
CRITICAL: (42S22) SQLSTATE[42S22]: Column not found: 1054 Unknown column 'user.avatar_color' in 'field list' :: GET /Pedido :: /var/www/html/application/Espo/ORM/Executor/DefaultSqlExecutor.php(77)
Also another error that don't know where to fix is:
WARNING: Cron is not run because it's disabled with 'cronDisabled' param.
Runing Ubuntu Server
Comment