Skip to main content
CMSquestions

How To Run Old And New CMS In Parallel

AdvancedQuick Answer

TL;DR

Running old and new CMS platforms in parallel involves using a reverse proxy or CDN routing rules to direct traffic to the appropriate system based on URL paths. Migrated sections serve from the new CMS while unmigrated sections continue from the old one. This requires careful URL routing configuration, consistent navigation across both systems, and a plan for content that editors need to update in both places during the transition period.

Key Takeaways

  • Use a reverse proxy (Nginx, Cloudflare Workers) or CDN rules for URL-based routing
  • Maintain consistent navigation and design across both systems
  • Establish clear editorial guidelines for which CMS to update during transition
  • Plan a definitive cutover date to avoid indefinite parallel running costs