On Monday, August 10, 2015 at 1:06:14 PM UTC-7, Geert Linders wrote: > > Hi There, > > I have a system with 40 Trac sites and yesterday I've updated a plugin > from version 1.4 to 1.4.1. > > This plugin was enabled in all Trac sites, but now it is disabled. > > I don't want to log in to each Trac site individually, go to the Admin > section and enable the plugin again. How can I enable this plugin again in > all Trac sites in one step? > > Can I set this up to happen automatically when I update a plugin or > install a new plugin? >
Which plugin? Upgrading a plugin will not implicitly require the plugin to be re-enabled, so normally no action will be required after upgrade. However the entry points for this plugin may have changed, which could result in the need edit the [components] section of trac.ini. In this case, you could script the component enable using TracAdmin: http://trac.edgewall.org/wiki/TracAdmin#FullCommandReference -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
