Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/intermine/im-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiocontrino committed May 16, 2019
2 parents e6920ae + 1f78265 commit 4e416ad
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions docs/support/upgrade.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Upgrading InterMine
======================

See `Release notes <https://github.com/intermine/intermine/releases>`_ for details on each of the InterMine releases.
See `our blog <https://intermineorg.wordpress.com/category/release-notes/>`_ for details on each of the InterMine releases. You can view the `release notes <https://github.com/intermine/intermine/releases>`_ and associated tickets on GitHub too.

Upgrade Instructions
---------------------
Expand All @@ -11,19 +11,26 @@ For non-disruptive releases, you can upgrade your mine by incrementing your vers
.. code-block:: guess
# example -- flymine's gradle.properties
systemProp.imVersion=3.1.2
systemProp.bioVersion=3.1.2
systemProp.imVersion=4.0.0
systemProp.bioVersion=4.0.0

To get patch updates automatically, use the plus (+) notation:

.. code-block:: guess
# example -- flymine's gradle.properties
systemProp.imVersion=3.1.+
systemProp.bioVersion=3.1.+
systemProp.imVersion=4.0.+
systemProp.bioVersion=4.0.+

Read more about `versioning <https://intermine.readthedocs.io/en/latest/database/data-sources/versions/#how-do-i-specify-which-version-to-use-in-my-build>`_

InterMine 4.0.0
---------------------

DataSet.licence was added to the data model. To update to this new data model for this release, you'll want to rebuild your database and redeploy your webapp.

See our `blog post <https://intermineorg.wordpress.com/2019/05/09/intermine-4-0-intermine-as-a-fair-framework/>`_ for details on how to use the new features to make your mine to be more FAIR.

InterMine 3.1.2
---------------------

Expand Down

0 comments on commit 4e416ad

Please sign in to comment.