
Wed May 06 2020
How to Back Up and Restore MySQL Databases with Mysqldump
This tutorial explains how to backup and restore MySQL or MariaDB databases from the command line using the mysqldump utility. The backup files created by the mysqldump utility are basically a set of SQL statements that can be used to recreate the original database.
Read more

Tue Feb 19 2019
How to Setup Automatic Odoo Backup
In this tutorial we will walk you through the process of creating automatic daily backups of your Odoo databases. Odoo is the most popular open-source ERP system written in Python and uses PostgreSQL as database back-end.