Module: nagvis Branch: master Commit: b8444b427bfb94a722d46a601b89e16ccca7192d URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=b8444b427bfb94a722d46a601b89e16ccca7192d
Author: Lars Michelsen <[email protected]> Date: Sun Jun 6 13:25:58 2010 +0200 Added note about the permission export when upgrading from NagVis 1.4 to 1.5 --- docs/en_US/installer.html | 5 ++++- docs/en_US/update_instructions.html | 16 ++++++++++++---- 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/docs/en_US/installer.html b/docs/en_US/installer.html index 49212c0..e49d264 100644 --- a/docs/en_US/installer.html +++ b/docs/en_US/installer.html @@ -6,7 +6,10 @@ </head> <body> <h1>NagVis Installer</h1> - <p>There is a new installer in NagVis 1.4. This installer was created to make the progress of installing or updating NagVis easier. The installer is a bash script which asks for all information needed for installing or updating NagVis. You also can set all options via command line parameters.</p> + <p>There is a new installer in NagVis 1.4. This installer was created to make the progress + of installing or updating NagVis easier. The installer is a bash script which asks for + all information needed for installing or updating NagVis. You also can set all options + via command line parameters.</p> <h2>Using the installer</h2> diff --git a/docs/en_US/update_instructions.html b/docs/en_US/update_instructions.html index c41f9b6..8e35daa 100644 --- a/docs/en_US/update_instructions.html +++ b/docs/en_US/update_instructions.html @@ -48,14 +48,22 @@ NagVis. This script can also upgrade NagVis 1.4x versions and update 1.5x versions to the latest 1.5x release.<br /> So it is recommended to use this script (<code>install.sh</code>) distributed with the - newest NagVis version to upgrade your installation.</p> + newest NagVis version to upgrade your installation.</p> + + <p>The permission configuration changed with NagVis 1.5. So the installer removes the + allowed_for_config and allowed_users parameters from the map configuration files. The + permissions are not automatically re-added to the new permission database. The removed + permissions are stored as dump in the nagvis/etc/auth-backup file. With this information + you can re-apply the permissions to your maps using the new role based permission system.</p> <p>It is possible to perform the 1.4x to 1.5x update manually too but it has not been tested and documented by anyone. So if you like to update your installation manually you will need to do some research. -Basically it should be the same as described above (copying custom files to the new locations and merging your settings into nagvis.ini.php. <font color="#ff0000">Don't</font> copy this file!). -<br /> - Once you made some experience in updating NagVis 1.4x to 1.5 manually please let us know + Basically it should be the same as described above (copying custom files to the new + locations and merging your settings into nagvis.ini.php. <font color="#ff0000">Don't</font> copy this file!).</p> + + <p>Once you made some experience in updating NagVis 1.4x to 1.5 manually please let us know so that we can extend this documentation.</p> + </body> </html> ------------------------------------------------------------------------------ ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
