Difference between revisions of "Unison:Software Update Instructions"

From Melissa Data Wiki
Jump to navigation Jump to search
 
Line 18: Line 18:
#:<pre>sudo ./install.sh</pre>
#:<pre>sudo ./install.sh</pre>
#Wait for the install to complete (this can take a while).
#Wait for the install to complete (this can take a while).
#:[[File:Unison_SU_St5-Install.png|link=|600px]]
#:[[File:Unison_SU_St5-Install.png|link=|550px]]
#:You will know it's done when it displays a message like this:
#:You'll know it's done when it displays a message like this:
#:[[File:Unison_SU_St5p2-InstallMessage.png|link=|300px]]
#:[[File:Unison_SU_St5p2-InstallMessage.png|link=|350px]]
#Check to see if all services are up and running.
#Check to see if all services are up and running.
#:<pre>docker service ls</pre>
#:<pre>docker service ls</pre>
#:[[File:Unison_SU_St6-DockerService.png|link=|600px]]
#:[[File:Unison_SU_St6-DockerService.png|link=|625px]]
#Once you've ensured all services are working, then 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.
#Once you've ensured all services are working, then 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.
#:[[File:Unison_SU_St7-AboutVersion.png|link=|250px]]
#:[[File:Unison_SU_St7-AboutVersion.png|link=|300px]]




[[Category:Unison by Melissa]]
[[Category:Unison by Melissa]]

Latest revision as of 21:44, 8 October 2021

← 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 the latest version of Unison into a directory of your choice. In this example we're using our home directory. Use the command wget to get a 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 the install.sh script.
    sudo ./install.sh
  5. Wait for the install to complete (this can take a while).
    Unison SU St5-Install.png
    You'll know it's done when it displays a message like this:
    Unison SU St5p2-InstallMessage.png
  6. Check to see if all services are up and running.
    docker service ls
    Unison SU St6-DockerService.png
  7. Once you've ensured all services are working, then 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