RSS Amplifier

Dead Programmer Society · Oct 10, 2009

PostgreSQL on Ubuntu on EC2: Backing It All Up

0
Sign in to vote or save

This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.

This post continues what I started with “PostgreSQL on Ubuntu on EC2: The Installation Guide”. Once you have your PostgreSQL database server instance running, you will need to backup two different things: your database data, and the instance itself. The database data will be backed up using Elastic Block Storage (EBS) snapshots. Once we have the instance running the backups correctly,…

This post continues what I started with “PostgreSQL on Ubuntu on EC2: The Installation Guide”. Once you have your PostgreSQL database server instance running, you will need to backup two different things: your database data, and the instance itself. The database data will be backed up using Elastic Block Storage (EBS) snapshots. Once we have the instance running the backups correctly, we will then create an Amazon Machine Image (AMI) that will allow you to launch a new instance to replace the database server in case it goes down.

Read on /2009/10/postgresql-on-ubuntu-on-ec2-backing-it.html

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.