Backups

5 Ways to Improve your Production Web Application Server Setup — step-by-step Devops tutorial on Progressive Robot

5 Ways to Improve your Production Web Application Server Setup

Once your application is up and running in a cloud server environment, you may be wondering how you can improve your server environment to make the leap from “it works” to a full-fledged production environment. This article will help you get started with planning and implementing a production environment by creating a loose definition of “production”, and by showing you some components that you can add to your existing architecture to make the transition.

Read more
How To Backup MySQL Databases on an Ubuntu VPS — step-by-step Linux tutorial on Progressive Robot

How To Backup MySQL Databases on an Ubuntu VPS

MySQL is a popular database management system that is often used to manage the data from websites and applications. This guide will demonstrate how to backup the data in your MySQL databases, using a number of different methods.

Read more
Building for Production: Web Applications — Backups — step-by-step Linux tutorial on Progressive Robot

Building for Production: Web Applications — Backups

In this part of the “Building for Production: Web Applications” series (4 of 6), we will set up the backup system that is required to support our recovery plan. This tutorial will focus on using Bacula as a backups solution. The benefits of using a full-fledged backup system, such as Bacula, is that it gives you full control over what you back up and restore at the individual file level, and you can schedule backups and restores according to what is best for you.

Read more
How To Backup PostgreSQL Databases on an Ubuntu VPS — step-by-step Linux tutorial on Progressive Robot

How To Backup PostgreSQL Databases on an Ubuntu VPS

PostgreSQL is a popular database management system that can be used to handle the data from your website or application. This article will discuss methods of backing up PostgreSQL databases to ensure that your information will not be lost in the event of a problem.

Read more
How To Install Bacula Server on CentOS 7 — step-by-step Linux tutorial on Progressive Robot

How To Install Bacula Server on CentOS 7

Bacula is an open-source network backup solution that allows you create backups and perform data recovery of your computer systems. In this tutorial, we will show you how to install and configure the server components of Bacula on a CentOS 7 server.

Read more
CHAT