Tag: server configuration


  • Sometimes instead of using a public service like GitHub, you want to host your own origin server. This is handy for both backups and replication. And best of all, it’s private.


  • This cheat-sheet is a quick rundown on adding an additional database to an existing MariaDB master-slave replication setup. The distro-agnostic instructions cover key steps such as creating and exporting databases, granting privileges, and configuring replication settings. Use this guide as a refresher when you need to sync an additional database.

Sometimes instead of using a public service like GitHub, you want to host your own origin server. This is handy for both backups and replication. And best of all, it’s private.