Skip to main content
Tungsten Replicator

Tungsten Replicator 7.1.1

Build: 42
Release Date: 15 Dec 2023
End of Life Date: 7 Jul 2026
Release 7.1.1 contains a number of key bug fixes including one major bug fix that prevents switches from working correctly after upgrading from v6.
Warning
Due to JGroup libraries being updated in the 7.1.0 release, managers running releases older than 7.1.0 will not communicate with managers running 7.1.0+ therefore when upgrading to this release from anything older than 7.1.0, all nodes must be upgraded before proper cluster communication will be restored. Ensure the cluster is in MAINTENANCE before beginning the upgrade and do NOT SHUN nodes whilst a mix of manager versions are running.

Behavior Changes (1)

The following changes 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:

Command-line Tools (1)

  • The tpm diag command now collects ps -aux output in addition to ps -efl when possible
    Issue: CT-2119

Bug Fixes (4)

Installation and Deployment (1)

  • Installations will now succeed on hosts running Ruby 3.x
    Issue: CT-2196

Command-line Tools (3)

  • The tpm mysql command now properly accepts the -e argument as a shortcut for the --execute mysql cli client argument.
    Issue: CT-2217
  • The tpm update command no longer fails to display foreign-owned dot-files and directories.
    Issue: CT-2190
  • The tpm report command now correctly displays security info tpm options as blank when none exists.
    Issue: CT-2176