Version End of Life. 31 July 2020
Release 6.0.4 is a bugfix release.
Improvements, new features and functionality
The trepctl command previously required the
-service option to be the
first option on the command-line. The option can now be placed
in any position on the command-line.
Issues: CT-758
If no service is specified then using trepctl and multiple services are configured, then an error would be reported, but no list of potential services would be provided. This has been updated so that trepctl will output the list available services and potential commands.
Issues: CT-759
Changing the state machine so that RESTORING
is not a substate of OFFLINE:NORMAL, but
instead of OFFLINE. While a transition from
OFFLINE:NORMAL:RESTORING to
ONLINE was possible (which was wrong), it
will not be possible to transition from
OFFLINE:RESTORING to
ONLINE.
The proper sequance of events is:
OFFLINE:NORMAL --restore-->
OFFLINE:RESTORING --restore_complete-->
OFFLINE:NORMAL
Issues: CT-797
Heartbeats would be inserted into the replication flow using UTC even if the replicator had been configured to use a different timezone
Issues: CT-803