Hi Rolf,
For the database I do dumps, which are in my SVC so I can also roll back to an old one and then import. Granted I would still like to improve this part of my process, as it is the only thing which is not automatically being tracked. It's the last manual process, but fortunately because it is dumping into the repository as well, I don't have to rename the exported DB name and I can thus just re-use the same script to dump. I guess theoretically you could batch that with drush even, or before any drush update.
If anyone has a better way of getting an snapshot of the DB I'd love to hear it.
Best,
S.
On 2011-10-25 6:38 PM, Rolf Kutz wrote:
On 25/10/11 18:16 +0700, sebastian wrote:
Personally I use drush to pull and update releases [as it does everything for you, including update.php and clear cache and backup old files] and then I use GIT or Mercurial for my actual project SVC as this then lets me track and roll back/fwd to different releases of my particular website.
How do you roll back and fwd the different settings in the database?
regards Rolf