On Mon, Nov 28, 2011 at 08:58:08PM -0400, Grant Johnson wrote: > Hi All... > > Running the following version of Ubuntu. > - Distributor ID: Ubuntu > - Description: Ubuntu 10.04.3 LTS > - Release: 10.04 > - Codename: lucid > > Following the instructions here: > http://www.evergreen-ils.org/dokuwiki/doku.php?id=upgrading:evergreen:2.0.9_to_2.0.10 > > 4.2 make -f Open-ILS/src/extras/Makefile.install ubuntu-lucid > returns errors indicating I need PostgreSQL 9 > Does PostgreSQL need to be upgraded or can I use 8.4.8-0ubuntu0.10.04?
You can continue to use PostgreSQL 8.4 with the 2.0 series; it looks like this commit (http://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=f87437cb1e209eba04c4719adbdf2ddc21b36f04) got backported into rel_2_0 when it shouldn't have been. I've pushed a fix for that into the rel_2_0 repo, so if you update and use the latest version of Makefile.install from rel_2_0 you should be good to go.
