Added by Kristian Kirilov almost 2 years ago
Hi there,
I tried to migrate my OpenProject setup from apt based installation to Docker container. I'm using all-in-one solution, and I have followed the migration process which includes:
So it should work, but today I've tried to create new project and it gave me internal server error.
In the logs I see odd errors, please check it below:
E, [2023-04-07T12:55:24.910201 #303] ERROR -- : user=3 PG::UndefinedColumn: ERROR: column "activity_type" of relation "journals" does not exist
LINE 187: activity_type,
^
: PG::UndefinedColumn: ERROR: column "activity_type" of relation "journals" does not exist
LINE 187: activity_type,
^
The first though which came to my mind was to use openproject configure. But in the Docker container there is no such command.
Can you help me with that? Thanks.