Difference between revisions of "Unison:Software Update Instructions"

From Melissa Data Wiki
Jump to navigation Jump to search
(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....")
 
Line 9: Line 9:


==Steps==
==Steps==
<ol>
#Download the latest version of Unison into a directory of your choice. In this example we're using our home directory. Use the command <code>wget</code> to get a download link from the command line.
<li>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</li>
#Extract the <code>tar.gz</code> file into its directory (<code>~/unison</code>)
 
#:<pre>tar zxvf unison_global-1.2.23.tar.gz</pre>
<li>Extract the tar.gz file into its directory (~/unison)
#Navigate to the Unison directory.
 
#:<pre>cd unison/</pre>
<pre>tar zxvf unison_global-1.2.23.tar.gz</pre>
#:[[File:Unison_SU_St3-Directory.png|link=|700px]]
</li>
#Run the <code>install.sh</code> script.
 
#:<pre>sudo ./install.sh</pre>
<li>Navigate to the unison directory
#Wait for the install to complete (this can take a while).
 
#:[[File:Unison_SU_St5-Install.png|link=|600px]]
<pre>cd unison/</pre>
#:You will know it's done when it displays a message like this:
 
#:[[File:Unison_SU_St5p2-InstallMessage.png|link=|300px]]
[[File:Unison_SU_St3-Directory.png|link=]]
#Check to see if all services are up and running.
</li>
#:<pre>docker service ls</pre>
 
#:[[File:Unison_SU_St6-DockerService.png|link=|600px]]
<li>Run install.sh script
#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]]
<pre>sudo ./install.sh</pre>
</li>
 
<li>Wait for the install to complete (this can take a while)
 
[[File:Unison_SU_St5-Install.png|link=]]
 
you will know it is done when it displays a message like this
 
[[File:Unison_SU_St5p2-InstallMessage.png|link=]]
</li>
 
<li>Check if all services are up and running
 
<pre>docker service ls</pre>
 
[[File:Unison_SU_St6-DockerService.png|link=]]
</li>
 
<li>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.
 
[[File:Unison_SU_St7-AboutVersion.png|link=]]
</ol>




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

Revision as of 21:42, 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 will 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