Title: VIP-CLI: v3.9.3
Author: WordPress VIP Documentation
Published: December 11, 2024
Last modified: February 17, 2026

---

 1. [Changelog](https://docs.wpvip.com/changelog/)
 2. [VIP-CLI](https://docs.wpvip.com/changelog/vip-cli/)
 3. VIP-CLI: v3.9.3

# VIP-CLI: v3.9.3

---

 11 December 2024

20:42:28 GMT+0000

### v3.9.3

 [ VIP-CLI ](https://docs.wpvip.com/changelog/vip-cli/)

 [ Permalink  ](https://docs.wpvip.com/changelog/vip-cli/vip-cli-v3-9-3/)

In **v3.8.4**, we improved the `vip dev-env sync sql` command to handle search-replace
for multisites that simultaneously utilize both subdomains and subfolders in their
URL (e.g. `example.test/subfolder-site` and `subdomain.example.test/subfolder-site`).
While search-replace now produces consistent results, this change introduced a side-
effect: a site’s primary domain is replaced with it’s slugified version.

**v3.9.3** addresses this issue and ensures the expected mapping should look like:

`primary_domain` => `env_slug.vipdev.lndo.site`
`convenience_domain` => `env_slug.
vipdev.lndo.site``any_other_domain_or_subdomain => slugified_any_other_domain_or_subdomain.
env_slug.vipdev.lndo.site`

Paths are handled respectively as follows: `primary_domain/my/site/` => `env_slug.
vipdev.lndo.site/my/site`