-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Config: Make PhotoPrism compatible with MariaDB 11 #3443
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
Labels
enhancement
Enhancement or improvement of an existing feature
released
Available in the stable release
Comments
lastzero
added a commit
that referenced
this issue
Jun 2, 2023
Signed-off-by: Michael Mayer <michael@photoprism.app>
Our config examples at https://dl.photoprism.app/docker/ have been updated. To update your existing |
The MariaDB Troubleshooting Guide in our documentation has been updated accordingly: https://docs.photoprism.app/getting-started/troubleshooting/mariadb/#version-upgrade |
grooverdan
added a commit
to grooverdan/photoprism
that referenced
this issue
Dec 1, 2023
The photoprism#3443 compatibility missed an important simplification, the mariadbd/mysqld was never needed on the command. Remove this from the simple cases. Signed-off-by: Daniel Black <daniel@mariadb.org>
5 tasks
lastzero
pushed a commit
that referenced
this issue
Dec 4, 2023
* Docker: mariadb container don't need command: mariadbd The #3443 compatibility missed an important simplification, the mariadbd/mysqld was never needed on the command. Remove this from the simple cases. Signed-off-by: Daniel Black <daniel@mariadb.org> * Docker: mariadb - bump latest to 11.2 Latest GA MariaDB is currently 11.2 Signed-off-by: Daniel Black <daniel@mariadb.org> * Docker: mariadb - eol for 10.7/10.8 - 10.11 is lts As the 10.7 and 10.8 where short term releases and are now end of life, remove those and replace with 10.11, a LTS version. Signed-off-by: Daniel Black <daniel@mariadb.org> --------- Signed-off-by: Daniel Black <daniel@mariadb.org>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
Enhancement or improvement of an existing feature
released
Available in the stable release
While testing the upcoming MariaDB release, we noticed that it is no longer fully compatible with mysql - at least as far as commands are concerned.
As a result, we will now use:
mariadb
instead ofmysql
for the client binarymariadb-dump
instead ofmysqldump
for the backup binarymariadbd
instead ofmysqld
for the server binaryIf you know of any other changes that should be implemented or have found an incompatibility, please let us know so we can update our application and/or Docker image. Thank you!
The text was updated successfully, but these errors were encountered: