I used the MySQL plugin on OMV4 and note that it's not being ported to OMV5, the recommendation being to use Docker. I don't have a problem with that - I'm using Docker for some of my own Python applications and it encapsulates their dependencies nicely. I'm less clear about the benefits of Docker for something like MySQL though. Is there any particular reason why I shouldn't just install it (or rather MariaDB) directly using apt?
Docker vs "raw" install
-
-
Is there any particular reason why I shouldn't just install it (or rather MariaDB) directly using apt?
mysql/mariadb has a low number of dependencies and wouldn't conflict with anything on an OMV system. So, if you know how to install natively, go for it. If you install something like phpmyadmin, I would install that in docker though.
-
OK, thanks for confirming. By the way, I see that there is a plugin for Borg Backup. Is there something about Borg that makes it better suited to a plugin than Docker? Simply curious is all.
-
-
Is there something about Borg that makes it better suited to a plugin than Docker?
Not really. It might be a little easier to config and run in the plugin.
-
OK, thanks. I don't use Borg at the moment, I use BackupPC installed "raw" on OMV4. I've now got it running in a Docker ready for the switch to OMV5 but perhaps I'll take a look at Borg as a possible alternative, ISTR reading a number of positive comments about it.
Participate now!
Don’t have an account yet? Register yourself now and be a part of our community!