Skip to main content
Version: TeamForge 22.1

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

ParameterDescription
--helpShow command help information
--debugInclude debugging information
--oldOld domain
--newNew domain
--dirRun 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.
--threadlimitDefines the maximum number of simultaneous threads that can be invoked by this program. The default value is 50.