Changes between Version 5 and Version 6 of TracUpgrade


Ignore:
Timestamp:
Mar 10, 2026, 12:48:14 PM (7 hours ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracUpgrade

    v5 v6  
    8585=== 7. Steps specific to a given Trac version #VersionSpecificSteps
    8686
     87==== Upgrading from Trac 1.4 to 1.5 #to1.5
     88
     89===== Python 2.7 no longer supported
     90
     91Upgrade Python to 3.5 or later.
     92
    8793==== Upgrading from Trac 1.2 to 1.4 #to1.4
    8894
     
    102108* [https://trac-hacks.org/wiki/NavAddPlugin NavAddPlugin]: see TracNavigation
    103109* [https://trac-hacks.org/wiki/FlexibleAssignToPlugin FlexibleAssignToPlugin]: subclass `ConfigurableTicketWorkflow` and override `get_allowed_owners`
    104 * [https://trac-hacks.org/wiki/TracMigratePlugin TracMigratePlugin]: Use the `trac-admin` [TracEnvironment#ChangingDatabaseBackend convert_db command]
     110* [https://trac-hacks.org/wiki/TracMigratePlugin TracMigratePlugin]: Use the `trac-admin` [TracAdmin#ChangingDatabaseBackend convert_db command]
    105111
    106112The plugins should be removed when upgrading Trac to 1.4.