Deployment Tech Info.html - pabloviquez/docutest GitHub Wiki
Starkey Foundation - Starkey Video : Deployment - Tech Info
This page last changed on Jun 27, 2014 by pablo.viquez.
Main Navigation
Home - Discovery & Architectur- e
Servers & Sysadmin Navigation
[Staging Server Architectur- e- Configurati- on -Deployment](/display/STARKEYV ID/Staging+Server+Architecture-+Configuration+-Deployment)
Content Deployment Steps
Staging to Production
Step by step technical deployment steps
// Cleanup staging cached to avoid any possible hidden error
cat /home/operationchange/sites/operationchange/app/config/staging/cache.php |grep "array('host'" |awk '{ print $3 }' |sed -e "s/'//g" |sed -e "s/,//" |xargs -I "{}" echo "echo flush_all |nc {} 11211" |sh
# Full database backup on both servers
# Export and backup all tables that will be upgraded later
mysqldump -h 172.31.2.177 -uocuser -pT65T9zeNGu2bDL7 ocstaging exp_category_posts exp_channel_data exp_channel_entries_autosave exp_channel_titles exp_relationships exp_revision_tracker exp_comments exp_channel_images exp_content_types exp_grid_columns exp_html_buttons exp_matrix_cols exp_matrix_data exp_mx_google_map exp_mx_google_map_fields exp_playa_relationships exp_tagger exp_tagger_groups exp_tagger_groups_entries exp_categories exp_category_field_data exp_category_fields exp_category_groups exp_channel_fields exp_channel_member_groups exp_channels exp_entry_versioning exp_field_formatting exp_field_groups exp_fieldtypes exp_file_categories exp_file_dimensions exp_file_watermarks exp_files exp_layout_publish exp_status_groups exp_status_no_access exp_upload_no_access exp_statuses exp_channel_form_settings exp_global_variables exp_snippets exp_specialty_templates exp_template_groups exp_template_member_groups exp_template_no_access exp_templates exp_starkey_virtualtour exp_upload_prefs exp_extensions exp_modules exp_rte_tools exp_rte_toolsets exp_starkey_stories exp_tagger_links > staging_data_dump.sql
# Sync all images from staging into production using the Remote Update Protocol
# Export the database tables which contains data only from staging
# Import the previous export in production
# Restart the web server
-
Clear the content cache
-
Execute the JMeter plan to make sure everything works correctly
Secondary title
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis tincidunt nec erat quis egestas. In quis consectetur ante, sed dapibus purus.
In This Page
- Content Deployment Steps
- Staging to Production
- Secondary title
Site Map

Document generated by Confluence on Sep 16, 2014 14:12