All tags

#Migration

2 articles

Blog 6 min read

Goodbye WordPress, Hello Astro: Migrating This Blog Without Breaking a Single URL

This blog just changed engines. After almost five years on WordPress, cloudmigration.blog now runs as a static Astro build — same 44 articles, same URLs, same images, same RSS feed. The heavy lifting was done by Anthropic's Fable 5 in Claude Code, fanning out 132 agents in one "ultracode" run. Here is what moved, what it cost, and why the blog continues.

Migration tools 3 min read 651 views

WordPress Migration Challenge from SiteGround to My Own Server

Migrating a WordPress site from SiteGround to a self-hosted VM involved FTP and SSH transfers, MySQL dump and import, DNS updates, and Let’s Encrypt setup. This post details how I automated each step - verifying file integrity, syncing databases, cleaning SiteGround plugins, and securing the new server for full WordPress functionality on my own infrastructure.