saltyorg / Sandbox

Saltbox Sandbox
GNU General Public License v3.0
64 stars 91 forks source link

App Request Ombi with mysql DB #300

Closed Linusten closed 8 months ago

Linusten commented 8 months ago

It would be great if Ombi can be added as an additional app with mysql DB, since the performance is really bad with sqlite....

https://docs.ombi.app/guides/migrating-databases/

owine commented 8 months ago

We already have ombi available

Linusten commented 8 months ago

We already have ombi available

Yes for sure, but a sqlite db is used internally. It would be great if it can be added using a mysql db. It is recommended by ombi. But since a migration is needed, i think it would be better to add it as an additional app like "ombi-mysql" :) Sadly i am not skilled enough to modify sandbox myself...

owine commented 8 months ago

From recollection, a simple json file in the appdata folder will tell Ombi to use a mariadb database. As the default behavior is sqlite, we should leave Sandbox as such for the default. Anyone desiring to use mariadb can do so easily with the json file and Sandbox should not handle a migration from sqlite to mariadb for obvious reasons.

I am closing this as not planned.