Software setupSteps: Before you upgrade: Inform users of the planned outage for the upgrade. Please verify that all jobs have completed and that none is pending. Release 5.0 and earlier: Check that there are no services issues in the Diagnostics page: Info |
---|
NOTE: You must be logged in as an admin user. |
Code Block |
---|
http://<hostname>:<port_number>/diagnostics |
This feature is deprecated in Release 5.1 and later. Shut down all : Code Block |
---|
sudo service trifacta stop
sudo killall -u trifacta |
Untar the Dependencies folder. Command: Code Block |
---|
tar -xvf trifacta_<x.y>_deps_<os_version>.tar |
where: <x.y> is the major-minor release version. <os_version> is the operating system version. Move the local.repo file. Command: Code Block |
---|
mv local.repo /etc/yum.repos.d/ |
Move the trifacta/rpms folder into /var/local/trifacta/ . Overwrite the existing rpms folder. Command: Code Block |
---|
cp -rf trifacta/rpms/ /var/local/trifacta/ |
Clear the yum cache. Command:
Upgrade other componentsDepending on your upgrade path, you may be required to upgrade external components. - For more information on supported Hadoop components, see Install Reference in the Install Guide.
Upgrade Do not uninstall the database. Upgrade: Info |
---|
NOTE: During the upgrade, you should use the upgrade directive for Yum. Avoid using the remove and install directives, which require manual migration of your saved configuration afterward. Please verify that you have backed up your pre-release configuration files before proceeding. |
Without Internet access: If the does not have Internet access, you must install using the local dependencies. Instead of using the install directive for Yum, you must use the upgrade directive. For more information, see Install Dependencies without Internet Access in the Install Guide. When finished, please return to the next step in these instructions.
For CentOS/RHEL (Release 5.1 and earlier): Upgrade the package with yum, using root. Please execute the following commands: Code Block |
---|
sudo yum erase trifacta
sudo yum install <trifacta rpm file> |
For CentOS/RHEL (Release 6.0 and later): Upgrade the package with yum, using root. Please execute the following commands: Code Block |
---|
sudo yum upgrade trifacta |
For Ubuntu: Upgrade using apt-get, using root: Code Block |
---|
sudo dpkg -i <new-trifacta-binary>.deb |
The above might generate an error, which is ok. Continue: Code Block |
---|
sudo apt-get -f -y upgrade |
Since the upgrade process does not modify the databases, the metadata for the older jobs should still persist.
If it is not already in the appropriate directory, move license.json into the deployment. Example: Code Block |
---|
cp /tmp/license.json /opt/trifacta/license/license.json |
See License Key in the Install Guide.
Warning |
---|
Do not restart the platform yet. Additional configuration is required first. |
|