Opened 4 years ago
Last modified 3 years ago
#13299 closed enhancement
Make wiki upgrade less verbose — at Initial Version
Reported by: | Ryan J Ollos | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Milestone: | 1.4.3 |
Component: | wiki system | Version: | |
Severity: | normal | Keywords: | trac-admin |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Example of upgrading a 1.2 environment to 1.4:
$ trac-admin env1 wiki upgrade TracAdmin is already up to date TracCgi is already up to date TracBatchModify is already up to date TracBackup is already up to date TicketQuery is already up to date InterMapTxt already exists WikiRestructuredTextLinks is already up to date TracSupport is already up to date TracRss is already up to date RecentChanges is already up to date TitleIndex is already up to date
I don't think the information is useful to administrators. Instead, we could log the output at INFO level, like was done in #12966, and print
$ trac-admin env1 wiki upgrade Upgrade done: 14 pages upgraded.
Then, it will be more concise, like the environment upgrade:
$ trac-admin env1 upgrade Upgrade done. You may want to upgrade the Trac documentation now by running: trac-admin "/Users/rjollos/Documents/Workspace/trac-dev/teo-rjollos.git/env1" wiki upgrade
Note:
See TracTickets
for help on using tickets.