All posts by Alex

How to backup PostgreSQL to Azure Storage

Are you sure that your method to backup PostgreSQL databases is reliable, safe, and convenient? What if you need to backup your database somewhere to the cloud, let’s say to Azure Storage. How much time will you spend every day to complete this scenario? You can do it simply with the help of SQLBackupAndFTP. Below we are going to show you how to create a backup job that will backup PostgreSQL to Azure Storage on a regular basis. Continue reading How to backup PostgreSQL to Azure Storage

How to Backup MySQL to FTP Server

ftp iconThe best way to protect your MySQL databases is to make scheduled backups. But is your method convenient and reliable? Assume you need to perform MySQL databases backups every 6 hours and then send them to the FTP Server? How much time will you spend every day in such a case? With the help of SQLBackupAndFTP, you can make MySQL backup in less than two minutes. Continue reading How to Backup MySQL to FTP Server

Backup Database in MySQL

As it is well known that the best way to protect your data safe and sound is to make regular backups. But what is the best way to backup a database in MySQL? Of course, on one hand, you can backup a database in MySQL using Command Prompt (mysqldump) and from another hand, the best and the easiest way to backup a database in MySQL is to use the SQLBackupAndFTP tool. Now let’s learn how to backup a database in MySQL using all three different methods. Continue reading Backup Database in MySQL