Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space DEV and version r0641

D toc

Periodically, 

D s company
rtrue
 may publish updates to the software release that you have currently installed. The 
D s item
itemMaintenance Release Updater
rtrue
 can be run from the the 
D s node
 to check for updates for the release of the platform that is currently installed on the node. If a maintenance release (e.g. Release x.y.1) is available, the script downloads the package and launches the update locally.

...

  • This script is supported by Centos/RHEL 6 or later. Ubuntu is not supported.
  • This script must be run as the root user  user on the node.
  • The 
    D s platform
     must be installed on the node and configured to run using the 
    D s defaultuser
    Typeos.user
    Fulltrue
     user.
  • To enable downloads of updates, CURL must be installed on the node.

...

Code Block
trifacta-maintenance-release-upgrade.sh

Location:

Prior to execution, the script should be placed somewhere other than the the 

D s item
iteminstall directory
.

  • /root or  or /tmp are acceptable locations.
  • The script must have execute permissions, if it doesn't already have them.

For each run of the script:

  • It creates a unique working directory under under /opt/trifacta-upgrade-workdir
  • The working directory is where downloaded artifacts, backup artifacts, and log files are stored during execution.

Download and Install:

The following command checks for an update. If one is detected, it downloads the update and launches the updating process:

...

Code Block
./trifacta-maintenance-release-upgrade.sh -i <path_to_downloaded_RPM>
Warning

Do not restart the platform at this time, in case there are necessary migrations for this update. See below.

Migrate Configurations

Even between maintenance releases, it's possible for some configuration settings to be updated or migrated into the Workspace Admin page. 

Info

NOTE: For every upgrade or update, you should perform the steps to migrate any configurations that have changed. If there are no configurations to migrate, the process is harmless.

For more information, see Migrate Configurations.

Verify Update

After you have completed the update:

...