Unison:Software Update Instructions

From Melissa Data Wiki
Revision as of 21:18, 8 October 2021 by Admin (talk | contribs) (Created page with "{{UnisonNav |IntroductionCollapse= }} {{CustomTOC}} Whenever there is a new version of Unison software available, follow the steps below to upgrade Unison to a new version....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

← Unison by Melissa

Unison by Melissa Navigation
Introduction
Installation Instructions
Software Update Instructions
Address Object Tutorial
Software Rollback Tutorial
LDAP Settings
Platform
Admin Vs Users
Dashboard
Projects
Jobs
Files
Logs
Administration
Services
US Address Verification
Global Address Verification
Email Verification
Matching
Name Parsing
Phone Verification
Profiler
Result Codes
Result Code Use
Unison by Melissa Result Codes



Whenever there is a new version of Unison software available, follow the steps below to upgrade Unison to a new version.

Steps

  1. Download latest version of Unison into a directory. In this example we are using the home directory. Use command "wget" to get download link from the command line
  2. Extract the tar.gz file into its directory (~/unison)
    tar zxvf unison_global-1.2.23.tar.gz
  3. Navigate to the unison directory
    cd unison/

    Unison SU St3-Directory.png

  4. Run install.sh script
    sudo ./install.sh
  5. Wait for the install to complete (this can take a while) Unison SU St5-Install.png you will know it is done when it displays a message like this Unison SU St5p2-InstallMessage.png
  6. Check if all services are up and running
    docker service ls

    Unison SU St6-DockerService.png

  7. Once all services are up and running, the Unison app has been updated. You can verify this by checking the Version Info in the About section. The version number displayed here should match the version number on the file you downloaded. Unison SU St7-AboutVersion.png