RSS

Knowledge Base/Configuration Guide

How to Upgrade Presently

Jonathan Mar 10

Description

This guide contains detailed information on upgrading Presently. If you have trouble finding what you're looking for, please use the search box in the top right-hand corner of the page.

Steps

IMPORTANT: Make sure to backup your MySQL database before proceeding.

    $ mysqldump -u your_username -p your_password your_presently_database > presently_backup.sql
  1. Open the command line on your machine.
  2. Move to the Presently application directory:
     $ cd /var/www/presently/
    
  3. Type the following command and follow steps to upgrade Presently:
     $ yum upgrade presently-amq presently-camel
    
  4. Type the following command to restart God process monitoring:
     $ god restart all
    
  5. Type the following command to restart the application web server:
     $ touch tmp/restart.txt
    
  6. Visit your Presently URL in the browser.
     Example: http://presently.mycompany.com
    
  7. That's it!
 
Topic is closed for comments