Upgrading the Software from Prior to 3.0

  1. Ensure that you've installed the platform package to the new host.
  2. Verify that you've backed up your jiveHome directory. You should also have a backup of your existing database.
  3. Remove plugins from your older instance. Later, after you've got the upgraded instance running, re-install the plugins using the admin console.
  4. Ensure that the existing application database has been migrated if it uses a DBMS not supported for this release. See the database prerequisites for more information.
  5. Stop the default SBS application instance. By default, the Jive SBS Platform package installs an empty, unconfigured instance of the application software to the target host. Before upgrading, stop this instance as the jive system user:
    [1635][jive@targethost:~]$ appstop --verbose
    Stopping sbs...
    Executing /usr/local/jive/applications/sbs/bin/manage stop
    sbs stopped successfully.
    All applications stopped successfully (1 total)
  6. Transfer the jiveHome directory by using the tools provided with this distribution. See Transferring jiveHome Information for instructions.
  7. With a supported web browser, navigate to http://<hostname>/, where hostname is the DNS resolvable name of the server where the package was installed. There, you can proceed with the upgrade using the upgrade console.
  8. After you've finished the upgrade with the upgrade console, you'll need to restart the application. To do this, log into the target host as the jive user and execute the following commands:
    [1520][jive@kuato:~]$ appstop --verbose
    Stopping sbs...
    Executing /usr/local/jive/applications/sbs/bin/manage stop
    sbs stopped successfully.
    All applications stopped successfully (1 total).
    [1520][jive@kuato:~]$ appstart --verbose
    Starting sbs...
    Executing /usr/local/jive/applications/fsbs/bin/manage start
    sbs started successfully.
    All applications started successfully (1 total).
  9. You're finished!