Changes between Version 5 and Version 6 of TracUpgrade
- Timestamp:
- Mar 10, 2026, 12:48:14 PM (7 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracUpgrade
v5 v6 85 85 === 7. Steps specific to a given Trac version #VersionSpecificSteps 86 86 87 ==== Upgrading from Trac 1.4 to 1.5 #to1.5 88 89 ===== Python 2.7 no longer supported 90 91 Upgrade Python to 3.5 or later. 92 87 93 ==== Upgrading from Trac 1.2 to 1.4 #to1.4 88 94 … … 102 108 * [https://trac-hacks.org/wiki/NavAddPlugin NavAddPlugin]: see TracNavigation 103 109 * [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` [Trac Environment#ChangingDatabaseBackend convert_db command]110 * [https://trac-hacks.org/wiki/TracMigratePlugin TracMigratePlugin]: Use the `trac-admin` [TracAdmin#ChangingDatabaseBackend convert_db command] 105 111 106 112 The plugins should be removed when upgrading Trac to 1.4.
