Version End of Life. Not Yet Set
Release 7.2.1 coming soon.
The following changes have been made to Tungsten Replicator and may affect existing scripts and integration tools. Any scripts or environment which make use of these tools should check and update for the new configuration:
tpm now only reads
/etc/tungsten/tungsten.ini
(no longer looking in$HOME
directory and/etc/tungsten.ini
)For a different path, different filename or multiple files, use the
--ini
supplying a comma-separated listIssues: CT-2612
Improvements, new features and functionality
New Feature: tpm ini upgrade --ini {fullpath} will display all changes to the specified INI file that would be
performed by the tpm update commands during a version upgrade. Adding the --write
argument
would apply the changes to the specified file as well.
Issues: CT-2601
New tpm flag --add-ssl
now allows to force generate certificates when doing an upgrade. This allows
configurations with security disabled to be upgraded to 8.0.1 AND switched to using SSL/TLS communications at the same time. Example:
shell> tools/tpm update --replace-release --add-ssl
Issues: CT-2619