-
Hi no migration has been applied (db is empty), docker logs: docker-compose.yaml (.env has some passwords stuff) Watchtower upgrades services automatically (optional)see https://docs.photoprism.app/getting-started/updates/#watchtoweractivate via "COMPOSE_PROFILES=update docker compose up -d"watchtower: networks: |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Hello. You may see this error when the PhotoPrism service is terminated, for example when the memory limit is reached. You can check this link for more information. Also, I don't see the mariadb section in your configuration, could you please share it? Also, if this doesn't solve your question, we recommend consulting the QNAP Community as we cannot provide support for third-party software and services. |
Beta Was this translation helpful? Give feedback.
-
Hi mariadb (which is working fine): Watchtower upgrades services automatically (optional)see https://docs.photoprism.app/getting-started/updates/#watchtoweractivate via "COMPOSE_PROFILES=update docker compose up -d"watchtower: networks: |
Beta Was this translation helpful? Give feedback.
-
Hi, Seems I found the cause.
now I recreated it with
and it started working |
Beta Was this translation helpful? Give feedback.
Hi, Seems I found the cause.
I created db without collation
now I recreated it with
and it started working
TBH it would be cool if such error would be visible while using DEBUG logs.