Skip to content

Docker QNAP - not starting #4670

Closed Answered by w473
w473 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi, Seems I found the cause.
I created db without collation

CREATE DATABASE photoprism

now I recreated it with

CREATE DATABASE photoprism
CHARACTER SET = 'utf8mb4'
COLLATE = 'utf8mb4_unicode_ci';

and it started working
TBH it would be cool if such error would be visible while using DEBUG logs.

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by w473
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants