Hi, I am running version 6.1.10 on Windows Server and have problems upgrading to the latest version. So I downloaded a bitnami VM (Debian), which runs version 7.3.2
I copied the database to the new server and changed the ini values (password salt, etc).
When I try to login, I get in the log errors like:
[2023-01-27 14:52:01] ERROR: Uncaught Exception PDOException: "SQLSTATE[42S22]: Column not found: 1054 Unknown column 'job.target_group' in 'field list'" at /opt/bitnami/espocrm/application/Espo/ORM/SqlExecutor.php line 70 {"exception":"[object] (PDOException(code: 42S22): SQLSTATE[42S22]: Column not found: 1054 Unknown column 'job.target_group' in 'field list' at /opt/bitnami/espocrm/application/Espo/ORM/SqlExecutor.php:70)"} []
[2023-01-27 14:52:46] ERROR: (42S22) SQLSTATE[42S22]: Column not found: 1054 Unknown column 'user.working_time_calendar_id' in 'field list'; GET /App/user; line: 70, file: /opt/bitnami/espocrm/application/Espo/ORM/SqlExecutor.php [] []
So I guess that I need to upgrade the database from version 6.1.10 to 7.3.2 some way.
Any ideas how to do this?
Thanks a lot,
Bernhard
I copied the database to the new server and changed the ini values (password salt, etc).
When I try to login, I get in the log errors like:
[2023-01-27 14:52:01] ERROR: Uncaught Exception PDOException: "SQLSTATE[42S22]: Column not found: 1054 Unknown column 'job.target_group' in 'field list'" at /opt/bitnami/espocrm/application/Espo/ORM/SqlExecutor.php line 70 {"exception":"[object] (PDOException(code: 42S22): SQLSTATE[42S22]: Column not found: 1054 Unknown column 'job.target_group' in 'field list' at /opt/bitnami/espocrm/application/Espo/ORM/SqlExecutor.php:70)"} []
[2023-01-27 14:52:46] ERROR: (42S22) SQLSTATE[42S22]: Column not found: 1054 Unknown column 'user.working_time_calendar_id' in 'field list'; GET /App/user; line: 70, file: /opt/bitnami/espocrm/application/Espo/ORM/SqlExecutor.php [] []
So I guess that I need to upgrade the database from version 6.1.10 to 7.3.2 some way.
Any ideas how to do this?
Thanks a lot,
Bernhard
Comment