TLDR: I can’t think of a practical reason to do this, until the day I can instruct docker swarm, to never put these 2 containers on the same physical host. Even then, I hear volumes over NFS has horrid performance.…
(Continue Reading →)
MySQL and MariaDb has a cool feature called master-slave replication by log shipping. This is where you can always keep a near identical copy of a live database, on another. The master ships all changes to the slave server. And…
(Continue Reading →)
Did you ever want to keep a copy of your WordPress.com in your own site? Did you want a copy of your WordPress site, just so you can customize it for your own purposes? Do you have a little experience…
(Continue Reading →)