The easiest option is create a local tunnel and then migrate
cloudflared tunnel login
cloudflared tunnel create dev.giga.ai
cloudflared tunnel run dev.giga.ai
Then you can start migration
- https://localhost works with self-signed certificate
- define('WP_SITE_URL', 'https://test.giga.ai');
- define('WP_HOME', 'https://test.giga.ai');
- URLs in options in db should be test.giga.ai too