Re: PG migration policy

From: Sim Zacks <sim(at)compulab(dot)co(dot)il>
To:
Cc: Postgres General Postgres General <pgsql-general(at)postgresql(dot)org>
Subject: Re: PG migration policy
Date: 2012-01-29 08:14:21
Message-ID: 4F24FFDD.10109@compulab.co.il
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

You are moving to a dedicated server for a reason, most probably
performance.
The intro section of the document should discuss the reasons you are
moving and what you hope to accomplish.

Hardware - The discuss the new platform that you are moving to, in terms
of how it will perform better. Important aspects are memory, disk speed,
RAID set up, cpu (not so much).

Server Configuration
Include:
* Kernel compile options
* params such as shmmax
* file system chosen

Postgresql Configuration:
List each option you are going to change and values you are planing on using

Backup strategy
How often backups will be taken, where they go, if there is an offsite
plan, how often restores are tested.

HA strategy
What are you plans if the server dies.

You should also have a test server where you can test changes without
affecting production. It should have the same configuration as the primary.

On 01/29/2012 08:30 AM, Allan Kamau wrote:
> Hi,
> This is definitely off topic, I apologize.
> We are planning to move our PostgreSQL installation from a shared
> server to a dedicated server. I have been given the responsibility of
> writing a migration policy document for this operation. This would be
> my first such document to put together,
> I am looking for pointers, samples and so on on which to build this
> document for our scenario.
>
> Allan.
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Dmitriy Igrishin 2012-01-29 11:55:36 Re: Index on parent/child hierarchy
Previous Message Allan Kamau 2012-01-29 06:30:37 PG migration policy