// project
Cross-Tenant Course Replication
Data ops
Rolling course content across a fleet by hand is not an option once you have a hundred-plus tenants. I built a Bash and WP-CLI pipeline that replicated more than 500 LearnDash courses to over 125 tenant platforms, handling per-tenant database isolation, media syncing, and course-meta normalization. It was idempotent, so reruns were safe, which turned fleet-wide content updates into a repeatable single-engineer job.
- Bash
- WP-CLI
- LearnDash
- Linux
- multi-tenant architecture