Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
doc:installationguide:upgrade-from-4.2 [2011/04/18 21:57] gradator created |
doc:installationguide:upgrade-from-4.2 [2016/10/02 21:13] (current) gradator |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ======Upgrade from 4.2.x to 4.3====== | + | ======Upgrading from 4.2.x====== |
Upgrading from VHFFS 4.2.x is pretty easy: | Upgrading from VHFFS 4.2.x is pretty easy: | ||
Line 6: | Line 6: | ||
- If you wish you can shut down the panel by setting the ''open'' directive in the ''panel'' section of the vhffs.conf file to ''no''. You can also shut down the VHFFS bots crons. | - If you wish you can shut down the panel by setting the ''open'' directive in the ''panel'' section of the vhffs.conf file to ''no''. You can also shut down the VHFFS bots crons. | ||
- Install the VHFFS release over the previous files using the [[basic-install|standard install procedure]]. | - Install the VHFFS release over the previous files using the [[basic-install|standard install procedure]]. | ||
- | - In the VHFFS source tree, in the ''vhffs-compat'' folder, you'll find a file named ''from-4.2-to-4.3.sql'' that contains all the SQL queries to upgrade the VHFFS database, use the ''psql'' client to source this file. | + | - In the VHFFS source tree, under the ''vhffs-compat'' folder, you'll find a file named ''from-4.2-to-4.3.sql'' that contains all the SQL queries to upgrade the VHFFS database, use the ''psql'' client to source this file. |
- | - Restart all processes that use the VHFFS API or the PostgreSQL database. | + | - As well, you'll find a file named ''from-4.3-to-4.4.sql'' that contains all the SQL queries to upgrade the VHFFS database from 4.3 to 4.4, use the ''psql'' client to source this file. |
+ | - As well, you'll find a file named ''from-4.4-to-4.5.sql'' that contains all the SQL queries to upgrade the VHFFS database from 4.4 to 4.5, use the ''psql'' client to source this file. | ||
+ | - As well, you'll find a file named from-4.5-to-4.6.sql that contains all the SQL queries to upgrade the VHFFS database from 4.5 to 4.6, use the psql client to source this file. | ||
+ | - Restart all processes that use the VHFFS API or the VHFFS PostgreSQL database. | ||
- Then open back the panel and bots. | - Then open back the panel and bots. | ||
- If something is not working properly, please read this install documentation to find out why. | - If something is not working properly, please read this install documentation to find out why. | ||
+ | Anyway, we will help you if you encounter problems and will be happy to update this documentation. Just follow the [[:support|support reference]] if necessary. |