Update Fedora and openSUSE README files with warning about plpgsql

FEA: ItEr76S03Community
This commit is contained in:
Manuel Rego Casasnovas 2012-07-26 22:10:20 +02:00
parent bfcdcb24e9
commit 029c85c583
2 changed files with 7 additions and 0 deletions

View file

@ -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
---------------

View file

@ -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
---------------