Dear all,
I am struggling getting Cryptomator Hub up and running with Docker Compose on an Ubuntu VM that is already running Traefik (without a problem; other containers are accessible via Traefik).
I am using the official generator for the compose.yml file and are seeing the following 3 error messages during startup (the first two go away after the first launch, I believe):
postgres-1 ERROR: relation "migration_model" does not exist at character 25
postgres-1 ERROR: relation "public.databasechangeloglock" does not exist at character 22
hub-1 [io.qua.ver.htt.run.QuarkusErrorHandler] (executor-thread-1) HTTP Request to /api/config failed, error id: cd4f4e1c-ec6f-46aa-8006-646a528fe47a-3: java.lang.NullPointerException
Can someone point me in the right direction?