domain_change_db.py
Changing the domain through any other mechanism may cause problems.
Usage
Execute this script with a command like this:
[RUNTIME_DIR]/domain_change_db.py [--debug] [--dir] --old={domain_name} --new={domain_name}
note
The new domain name must match the value defined for the PUBLIC_FQDN token in the site-options.conf
file.
Parameters
Parameter | Description |
---|---|
--help | Show command help information |
--debug | Include debugging information |
--old | Old domain |
--new | New domain |
--dir | Run domain change in this directory only. You must specify the full path. Use this feature to do a subset of the data directory. This instructs the script to do a recurse in the specified directory looking for the old domain_name and replacing it with the new domain_name . Note: Without this option, only HTML, text, and VM files are modified. |
--threadlimit | Defines the maximum number of simultaneous threads that can be invoked by this program. The default value is 50. |