Greetings,
I am attempting to convince a client of mine to utilize EE for an upcoming site reworking (not redesign, we’re simply looking to change/upgrade our CMS as it currently is using Drupal 5). One of the biggest hurdles we’re currently having is the transition from development environments to production.
Note that this isn’t what I would consider a “typical” development to live transition. This is a fairly large organization with regular content updates to news feeds, blog posts and “resources” occurring by other authors, editors and contributors on the live server all the time. Any time we would need to migrate from development to production must take into account the database on production is likely a number of updates ahead of our development server. Essentially - no straight DB dumps allowed.
In Drupal this poses a tremendous issue as all content is stored as a node on the database - including template updates. Obviously EE doesn’t suffer from the same problems, but it still, from what I can see, is a challenge. What would be the best strategy to push updates to an active, continuously updated live server?