Page tree

Release 8.2.2


Contents:

   


For install or upgrade operations on the Alteryx® databases, the client for your supported database distribution must be installed and available on the Alteryx 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

Install database client for PostgreSQL 9.6

NOTE: Support for PostgreSQL 9.6 is deprecated for customer-managed Hadoop-based deployments and AWS deployments. PostgreSQL 9.6 is supported only for Azure deployments. When Azure supports PostgreSQL 12 or later, support for PostgreSQL 9.6 will be deprecated in the subsequent release of Designer Cloud Enterprise Edition.

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-9.6

Install - CentOS/RHEL 7:

sudo yum install postgresql-client-9.6

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-9.6

Install - Ubuntu 16.04 (Xenial):

sudo apt-get install postgresql-client=9.6

This page has no comments.