Edgewall Software

Changes between Initial Version and Version 1 of Ticket #11333, comment 8


Ignore:
Timestamp:
Jul 13, 2015, 4:31:48 AM (9 years ago)
Author:
Ryan J Ollos

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11333, comment 8

    initial v1  
    22> I think you need an option to specify template trac.ini file to `initenv` command rather than //initializing database// like this.
    33
    4 I've found myself scripting a lot of Trac installs lately that utilize a pre-existing trac.ini file (Trac upgrades with a clean install, and server migrations). The `--template` (or `--ini`) option would reduce the number of commands necessary in the script.
     4I've found myself scripting a lot of Trac installs lately that utilize a pre-existing trac.ini file (e.g. Trac upgrades with a clean install, and server migrations). The `--template` (or `--ini`) option would reduce the number of commands necessary in the script.
    55
    66With a properly-coded plugin (comment:41:ticket:8172) and all plugins activated in the template file, the environment upgrade actions would occur in `environment_created` and a TracAdmin //upgrade// would not be necessary.