Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

Please note that we've decided to move our support portal to help.savignano.net to to further improve the services for our customers.

The updated version of this page can be found at https://help.savignano.net/snotify-email-encryption/updating-and-upgrading

Table of Contents

Whether you update S/Notify or Jira or Confluence or Bitbucket, we recommend that you always verify the installation again after any updates by clicking Get started afterwards as explained in step 4 of the installation instructions.

...

When updating S/Notify, remember that you must also update the mailer library. To perform a complete update:

On Jira

  1. Stop Jira

  2. Remove the old mailer library
    sudo rm <YourJiraInstallationDirectory>/atlassian-jira/WEB-INF/lib/net.savignano.s-notify.*

  3. Download and install the new mailer library (same way as for an initial install, see Step 2: Download and install the S/Notify library component)

  4. Start Jira

  5. Update the UI component of S/Notify using Jira's standard mechanism from Manage apps in the Jira Administration menu

On Confluence

  1. Stop Confluence

  2. Remove the old mailer library
    sudo rm <YourConfluenceInstallationDirectory>/confluence/WEB-INF/lib/net.savignano.s-notify.*

  3. Install the new mailer library (same way as for an initial install, see Step 2: Download and install the S/Notify library component)

  4. Start Confluence

  5. Update the S/Notify app using Confluence's standard mechanism from Manage apps in the Confluence administration menu

On Bitbucket

  1. Stop Bitbucket

  2. Remove the old mailer library
    sudo rm <YourBitbucketInstallationDirectory>/app/WEB-INF/lib/net.savignano.s-notify.*

  3. Install the new mailer library (same way as for an initial install, see Step 2: Download and install the S/Notify library component)

  4. Start Bitbucket

  5. Update the S/Notify app using Bitbucket's standard mechanism from Manage apps on the Bitbucket main administration page

Version Numbers

S/Notify tries to follow the https://semver.org/ specification, meaning that the version numbers of our releases are made up of three numbers MAJOR.MINOR.PATCH where

...