The domain_change_webr.py script is used to change the domain name or host name of the subscriber in the TeamForge Webhooks-based Event Broker database.
Usage
Execute this script with a command like this:
[RUNTIME_DIR]/scripts/domain_change_webr.py [old_domain] [new_domain]
Note: The new domain name must match the value defined for the PUBLIC_FQDN token in the
site-options.conf
file.Parameters
Parameter | Description |
---|---|
old_domain | Old domain name |
new_domain | New domain name |
--help | To view help information for the script. |