On Sep 13, 8:34 pm, Fotis Paraskevopoulos <[email protected]> wrote:
> Hello All,
>
> I would like to ask the group the different deployment scenarios that
> have been setup. I am specifically looking for some information on how
> you manage your database deployment when some changes need to be made.
>
> For example I deploy version 1.0 of the site/application and I need to
> make some small fixes which require database changes on the server
> side.
>
> From what I have seen most people use svn or rsync to handle remote
> deployment of the symfony files. This is simple to automate or to
> create a one click action to  deploy a new version.
>
> So basically I am asking how do you effectively handle database
> changes.
>

There is a plugin called something like sfMigrationPlugin (haven't got
access to my symfony projects here)

You need to write the specific SQL that is needed to migrate from one
version of the database to the next and back again, but once you have
done so, it keeps track of which version your database is currently
at, and will apply the SQL to update it when you tell it to do so.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" 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/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to