Are you using Radiant CMS?
If yes, what is you deployment strategy?
Since lot's of configuration is stored in the database, I need to overwrite db on the server with my development db (with capistrano it is not a problem). But this will work only if I am the only one who updates the website. And what if customer in a meanwhile has created a new page? I need to merge databases somehow.
So, how do you deploy your radiant website? How do you solve issue with "database merge"? This must have some simple answer, but I can't see one...
PS. It would be absolutely awesome if you share your capistrano recipe in case you use it ;)