Edgewall Software

Changes between Version 84 and Version 85 of TracPlugins


Ignore:
Timestamp:
Jul 18, 2015, 5:56:40 AM (9 years ago)
Author:
Ryan J Ollos
Comment:

Document upgrade of environment, raised in gmessage:trac-users:_Q17mg7zJF4/zrKnLx8HgHAJ.

Legend:

Unmodified
Added
Removed
Modified
  • TracPlugins

    v84 v85  
    8989
    9090After installing the plugin, you must restart your web server.
     91
     92==== Upgrading the environment
     93
     94Some plugins may require an environment upgrade. This will typically be necessary for plugins that implement `IEnvironmentSetupParticipant`. Common reasons for requiring an environment upgrade are to add tables to the database or add configuration parameters to trac.ini. A notification will be displayed when accessing Trac for the first time after installing a plugin and restarting the web server. To upgrade the environment, run the command:
     95
     96{{{#!sh
     97$ trac-admin /path/to/env upgrade
     98}}}
     99
     100A database backup will be made before upgrading the environment, unless the `--no-backup` option is specified. For more information, refer to the documentation output by `trac-admin /path/to/env help upgrade`.
    91101
    92102==== Uninstalling