Skip to content

Commit

Permalink
Update upgrade.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Julie Sullivan committed Jan 6, 2015
1 parent c523997 commit fefe470
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/support/upgrade.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ There are no model changes, but we've added some new features that require an up

We've added a new fancy connection pool, you should see a performance improvement. However you do have to change the Postgres setting `max_connections`.

Change the postgres config file
Postgres config file
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

The number of connections required will depend on your usage. 100 connections is the default and should be okay for production webapps. However each webapp reserves 20 connections so on your dev machines it may be wise to raise the maximum quite a bit.
Expand All @@ -28,7 +28,7 @@ The number of connections required will depend on your usage. 100 connections is
max_connections=250
Change your $MINE properties files
$MINE properties files
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

in your $MINE directory:
Expand Down Expand Up @@ -57,7 +57,7 @@ See :doc:`/get-started/hikaricp` for details.
InterMine-model Refactor
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

The metadata package has moved from to [`InterMine-model`](https://github.com/intermine/intermine/tree/beta/intermine/model/main/src/org/intermine). If you have custom data sources that use Util files, you may have to update your code to reflect the new location. Your IDE should be able to do this for you.
The metadata package has moved from to [InterMine-model](https://github.com/intermine/intermine/tree/beta/intermine/model/main/src/org/intermine). If you have custom data sources that use Util files, you may have to update your code to reflect the new location. Your IDE should be able to do this for you.

Upgrade to InterMine 1.3.x
---------------------------------
Expand Down

0 comments on commit fefe470

Please sign in to comment.