Update Fedora and openSUSE README files with warning about plpgsql
FEA: ItEr76S03Community
This commit is contained in:
parent
bfcdcb24e9
commit
029c85c583
2 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
---------------
|
||||
|
|
|
|||
|
|
@ -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
|
||||
---------------
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue