Upgrading to OpenGeo Suite Enterprise

This section describes how to upgrade OpenGeo Suite to OpenGeo Suite Enterprise on Ubuntu.

Note

OpenGeo Suite Enterprise can only be obtained through Boundless. Please contact us for information on how to purchase OpenGeo Suite Enterprise.

On a system that already has OpenGeo Suite:

  1. Change to the root user:

    sudo su -
    
  2. Remove the OpenGeo Suite repository entry, which is typically inside either /etc/apt/sources.list.d/opengeo.list or /etc/apt/sources.list. Open the file and delete the line or lines that refer to OpenGeo Suite.

  3. Add the OpenGeo Suite Enterprise repository. Make sure to replace <username> and <password> with the user name and password supplied to you after your purchase:

    • If installing on Ubuntu 12:

      echo "deb https://<username>:<password>@apt-ee.boundlessgeo.com/suite/v45/ubuntu/ precise main" > /etc/apt/sources.list.d/opengeo.list
      
    • If installing on Ubuntu 14:

      echo "deb https://<username>:<password>@apt-ee.boundlessgeo.com/suite/v45/ubuntu/ trusty main" > /etc/apt/sources.list.d/opengeo.list
      

    Note

    If you have OpenGeo Suite Enterprise and do not have a user name and password, please contact us.

  4. Update the repository list:

    apt-get update
    
  5. Now you can upgrade the installed packages, which will now include the OpenGeo Suite Enterprise components:

    apt-get upgrade
    
  6. You can now install additional packages as well, such as new extensions. For example, to install the MongoDB extension:

    apt-get install geoserver-mongodb
    

    Note

    See the Packages section for details about individual packages.

After upgrade

The upgrade is now complete. Please see the section on After installation: Working with OpenGeo Suite for Ubuntu Linux to continue.