Skip to content
  • There are no suggestions because the search field is empty.

Warehouse Connector Pre-Upgrade and Post-Upgrade Steps

Pre-Upgrade Steps:

If NFS destination is configured, unmount the configured directory and disable the entry from /etc/fstab using the command umount .

Post-Upgrade Steps:

  1. Create a fresh lockbox key.

  2. Reauthorize the user account in source configurations using using Explore or REST API. Reauthorization of source user account is not available in UI. The command to reauthorize the user account from Explore is given below:

    > /warehouseconnector/sources/ ---> setPass property with password=

  3. Reauthorize the user account in SFTP destination configuration from UI, Explore or REST API. The command to reauthorize the password from Explore is given below:

    > /warehouseconnector/destinations/ ---> setPass property with password=

  4. If NFS directory mount was removed as part of pre-upgrade step, mount back the same configuration. Additionally, enable back the mount entry in /etc/fstab.

> mount -t nfs -o nolock,tcp,hard,intr :/mapr/ /

Where is the IP address of the primary Warehouse appliance in the cluster and is the name provided in the template file.