From 029c85c5834a34603e0fba066ea1be933d0a989a Mon Sep 17 00:00:00 2001 From: Manuel Rego Casasnovas Date: Thu, 26 Jul 2012 22:10:20 +0200 Subject: [PATCH] Update Fedora and openSUSE README files with warning about plpgsql FEA: ItEr76S03Community --- README.Fedora | 3 +++ README.openSUSE | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/README.Fedora b/README.Fedora index 7d6089137..6f9636b2c 100644 --- a/README.Fedora +++ b/README.Fedora @@ -72,6 +72,9 @@ This section explains how to upgrade LibrePlan from version a.b.c to version x.y *VERY IMPORTANT*: If there are other versions between a.b.c and x.y.z, we need to execute those scripts in order, so the upgrade is done correctly. +*WARNING*: If you are using PostgreSQL version 8 you will have to execute the next command over LibrePlan database in order to use the upgrade script for version 1.3.0: + +# su postgres -c "createlang -d libreplan plpgsql" 2) Stop Tomcat6 --------------- diff --git a/README.openSUSE b/README.openSUSE index 0fe59b4b1..79cf272dc 100644 --- a/README.openSUSE +++ b/README.openSUSE @@ -77,6 +77,10 @@ This section explains how to upgrade LibrePlan from version a.b.c to version x.y *VERY IMPORTANT*: If there are other versions between a.b.c and x.y.z, we need to execute those scripts in order, so the upgrade is done correctly. +*WARNING*: If you are using PostgreSQL version 8 you will have to execute the next command over LibrePlan database in order to use the upgrade script for version 1.3.0: + +# su postgres -c "createlang -d libreplan plpgsql" + 2) Stop Tomcat6 ---------------