Hi all,
I’m having an issue to startup the docker-compose environment with temporal 1.10.1.
DESCRIPTION:
I tried by using the version 1.9.2 and all works fine
PROBLEM
by using docker-compose with version 1.10.1 I encountered the following error:
“Unable to start server. Error: sql schema version compatibility check failed: unable to read DB schema version keyspace/database: temporal error: pq: relation “schema_version” does not exist”
The only difference in both docker-compose files is that I’m using the postgres version 12 (in a previous post I read that there should be no problem by using a more recent version of postgres).
Is something change in code of 1.10.1 about the db check? Could you please help me to address the issue?
Great thanks for your support
Regards
Marco