staging
Sync Staging (From Staging to Production as Simply as Possible)
Problem
To me a staging server is one where I try new modules, make settings changes, and otherwise screw around with the data structures. A production server holds the content, interacts with my users, etc.
My problem is when I need to create a staging server (by dumping the production server database) it immediately goes out of sync with the production server.
Drupal hosting envionments - complimentary space for staging & production
We're Drupal.org/NOVA members and a local (NOVA/DC) based hosting company.
Members are the group are invited to contact us if you need staging or production space on one of our dedicated servers in order to develop/test Drupal configurations.
We're always busy and not able to attend the meetings so we feel this is the best way to show our support!
Drupal hosting envionments - complimentary space for staging & production
We're Drupal.org/NOVA members and a local (NOVA/DC) based hosting company.
Members are the group are invited to contact us if you need staging or production space on one of our dedicated servers in order to develop/test Drupal configurations.
We're always busy and not able to attend the meetings so we feel this is the best way to show our support!
Separate core/module Configuration and Content = Staging/Configuration APIs
For the Drupal sites I am working on I have a setup using three different stages:
- R&D site - This one is for both testing contributed modules and my own development.
- Staging - A virtual copy of the live site to make sure that the things from the R&D site will work. Also used for testing updates/upgrades to core and contributed modules before they go live.
- Live site - Simply the live public site where all ends up after passing the two above.
