Sæll Halldór, SO gives you some luxuries in recreating your database, and upgrading it that I found really only good for very simple projects. Our process that I use is to maintain two files. (We use SA). The first is a DDL that will recreate the DB up to the point that we last deployed a production server. The second is a list of changes, so that anyone running a stable server can upgrade the DB with no downtime. To deploy a new server, you run both files, one after the other.
-Yaakov On 9/11/07, Halldór <[EMAIL PROTECTED]> wrote: > > Hi there, > > I was just wondering. If I deploy my application and then find out > that I did something wrong in my models. How do I update the database > and ensure that I won't lose any data? > > Btw. I'm using SO. > > -- > kv. Halldór Rúnarsson > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

