-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MariaDB Change in Latest Update #2382
Comments
|
You're not alone. As an Unraid user too, my MariaDB docker display the same message. But once I stop my NextCloud docker, the logs stops. Check this command in MariaSQL to get rid of it.
|
|
Does your docker-compose.yml include these environment variables for the mariadb service as shown in our example on dl.photoprism.app? |
It doesn't concerning to me... I'm setting them by now. |
|
The container template did not have those variables. I manually added both, restarted Maria and Photoprism however it is still throwing the same error in Maria. |
The variables must be added to MariaDB container, not Photoprism. |
|
The MariaDB troubleshooting guide in our docs has been updated to include more detailed instructions: |
photoprism/photoprism#2382 Signed-off-by: Michael Mayer <michael@photoprism.app>
|
We found a few more places in our docs that needed updating... let us know if anything is still unclear or missing! 👍 |
Hello,
My unraid system was showing a lot of instability due to my docker image filling up. I tracked it down to the MariaDB log file that was increasing at ~1GB a day. It keeps giving these two errors repeatedly:
2022-05-30 11:40:36 320 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'hist_type' at position 9 to have type enum('SINGLE_PREC_HB','DOUBLE_PREC_HB','JSON_HB'), found type enum('SINGLE_PREC_HB','DOUBLE_PREC_HB').
2022-05-30 11:40:36 320 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'histogram' at position 10 to have type longblob, found type varbinary(255).
I am wondering if there was a change to photoprism or if something was changed on the offical MariaDB docker image.
Thanks
Sikmon
The text was updated successfully, but these errors were encountered: