-
-
Notifications
You must be signed in to change notification settings - Fork 222
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
Self Host Change Default from MySQL to MariaDB #383
Comments
Won't let me see the info without an account, I don't have or want whatever "linear" is. This information should be more readily available in the docs. |
@SyberSin did you ever get this working? |
@nomandera No unfortunately not. I deleted it and won't be looking back. Too many days lost. It looks like the devs don't even care, I suspect because they would rather sell you their hosted version which is probably why the container is unnecessarily complicated. It's a shame, thought I found a true competitor to QuickBooks. Reality is they are still the unchallenged king of the hill. |
The application migrated to MariaDB. check itout. |
Hello,
First off thank you for building this as its much needed in the space, but it has been a nightmare to self host with no luck so far, I'm hoping somebody can help me out.
I'm very close to getting it working except the database migration is looking for a mysql docker instead of mariadb docker.
I already have a docker instance of maria, redis, mongo, etc running on my unraid server and I want to use those. How can I change the migration docker variable from mysql to maria?
The logs keep saying nc: bad address 'mysql'
(If I install a mysql docker it works, but I'm trying to use maria instead.)
This is my new updated docker compose for unraid using the external service dockers.
The DB_HOST variable is set to the correct maria docker but it appears it is not using that variable for the migration, by default it looks for mysql.
The text was updated successfully, but these errors were encountered: