Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: OT: Ways of managing changes to a database's structure during a project.

by podian (Scribe)
on Feb 05, 2004 at 21:25 UTC ( [id://326893]=note: print w/replies, xml ) Need Help??


in reply to OT: Ways of managing changes to a database's structure during a project.

As I see it this is a general database based project problem but I have not seen much discussion on it here or elsewhere (please correct if wrong). For the record I am using Postgres 7.4.

It is also an standard upgrade problem - What to do when you go from one version to the next version which changes the datbase structure.

You have more chanllenges when doing it on a live system where the database can't go down (or may be can go down only for few minutes).

I agree that each change must be versioned so that, for example you can go from version 1 to 3 (skipping version 2).

One interesting problem to consider is:

Say a customer has version 1.

you made a table change (new column X) in version 2

You made another table change in version 3 (new column Y

Now your version 3 SQL will have only 'add column Y'

To upgrade from version 1 to 3, you need to combine both changes or upgrade to version 2 first and then upgrade to version 3

  • Comment on Re: OT: Ways of managing changes to a database's structure during a project.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://326893]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (3)
As of 2024-04-23 22:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found