Dev Process

From: "Medi Montaseri" <montaseri(at)gmail(dot)com>
To: postgresql-admin <pgsql-admin(at)postgresql(dot)org>
Subject: Dev Process
Date: 2008-04-18 18:52:57
Message-ID: 8078a1730804181152m199faeb5j47efa7c72a9571c7@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi,

I was wondering if you could critique the following DB application
development process.

Given a production DB and a Dev DB:
1- Develope schema and code on Dev including test data which will impact
sequences, etc
2- Dump the schema only (not the data) from Dev and restore it into the
production DB
3- Populate DB with real data, usage begins
4- Enhancement to schema on Dev DB including unit testing again with impact
on sequences
5- Dump schema and move to production
6- Goto 4

Thanks
Medi

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Jaisen N.D. 2008-04-19 04:29:25 Re: Re: Problem:- createdb: could not connect to database postgres: could not connect to server: No such file or directory
Previous Message Peter Koczan 2008-04-18 17:43:20 Re: PG 8.3 and kerberos failures