Backups

How to Create and Use MongoDB Backups on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How to Create and Use MongoDB Backups on Ubuntu 14.04

A lot of modern web application developers today choose to use a NoSQL database in their projects, and MongoDB is often their first choice. If you’re using MongoDB in a production scenario, it is important that you regularly create backups in order to avoid data loss….

Read more
How To Set Up Master Slave Replication on PostgreSQL on an Ubuntu 12.04 VPS — step-by-step Linux tutorial on Progressive Robot

How To Set Up Master Slave Replication on PostgreSQL on an Ubuntu 12.04 VPS

PostgreSQL, or postgres, is a popular database management system often used to manage the information from websites and applications. In this guide, we will configure a master server postgres replication set up, which will allow us to replicate the changes from the master server onto the slave. This can be used to distribute reads to multiple machines.

Read more
CHAT