humanmade / altis-documentation

Documentation module for Altis
https://docs.altis-dxp.com/
6 stars 3 forks source link

Content Migration command conflict #560

Open svandragt opened 8 months ago

svandragt commented 8 months ago

The all-tables, url and network arguments conflict with one another.

I understand optionally the --all-tables will update any non-core WP tables, for example those created by plugins. But a command can't run on the network and a single site at the same time, so I assume the url parameter here is ignored?

--all-tables overrides --network.

roborourke commented 8 months ago

The URL parameter is sort of ignored but it's fine to leave it in, typically it's used to set the value $_SERVER['HTTP_HOST'] so it avoids warnings about that if nothing else.