backup
ElastiCourse > backup
How to backup MySQL & MariaDB database using mysqldump
13
Sep
Backing up your website database before major changes or updates is important step, and there are many different ways to backup a database using GUI or CLI. In this article you will learn how to use a utility called mysqldump to backup a MySQL or MariaDB database. The same instructions work for both database engines. […]
How to compress your website htdocs folder into a ZIP file for backup and migrations
13
Sep
Backing up your website periodically is a very important procedure to ensure stability and ability to roll back your site to a previous snapshot in case something went wrong. Backing up your website root directory (In Apache setups its called htdocs) into a zip file will make it easy to do so. To Backup you […]