For install or upgrade operations on the Trifacta® databases, the client for your supported database distribution must be installed and available on the Trifacta node. Please complete the following steps for your database distribution.
NOTE: The following commands install the latest database client of the listed version. If you need a specific version, please download from the software provider.
NOTE: The installing user must have sudo privileges.
Install database client for PostgreSQL 12
Setup - CentOS/RHEL all versions:
curl -s https://packagecloud.io/install/repositories/trifacta/dependencies/script.rpm.sh | sudo bash
Install - CentOS/RHEL 8:
sudo yum install postgresql-client-12
Install - CentOS/RHEL 7:
sudo yum install postgresql-client-12
Setup - Ubuntu all versions:
curl -s https://packagecloud.io/install/repositories/trifacta/dependencies/script.deb.sh | sudo bash
Install - Ubuntu 18.04 (Bionic):
sudo apt-get install postgresql-client-12
Install - Ubuntu 16.04 (Xenial):
sudo apt-get install postgresql-client-12
This page has no comments.