Ticket #5522 (closed defect: fixed)
Upgrade failed: TracError: Missing "youngest_rev" in cache metadata
| Reported by: | tim@… | Owned by: | jonas |
|---|---|---|---|
| Priority: | high | Milestone: | 0.10.5 |
| Component: | general | Version: | 0.10.4 |
| Severity: | major | Keywords: | |
| Cc: |
Description (last modified by cboos) (diff)
Hey there,
I recently tried an upgrade from 0.10 to 0.10.4, following the instructions in TracUpgrade. I installed the new version, ran trac-admin /var/lib/trac upgrade, and trac-admin /var/lib/trac wiki upgrade. When I restarted Apache, I continually receive the following error on each page request.
Traceback (most recent call last):
File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 406, in dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 191, in dispatch
chosen_handler = self._pre_process_request(req, chosen_handler)
File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 263, in _pre_process_request
chosen_handler = f.pre_process_request(req, chosen_handler)
File "/usr/lib/python2.3/site-packages/trac/versioncontrol/api.py", line 73, in pre_process_request
self.get_repository(req.authname).sync()
File "/usr/lib/python2.3/site-packages/trac/versioncontrol/cache.py", line 97, in sync
raise TracError('Missing "youngest_rev" in cache metadata')
TracError: Missing "youngest_rev" in cache metadata
I've also tried removing /usr/share/trac and /usr/lib/python2.3/site-packages/trac and reinstalling. Same outcome. Any help is greatly appreciated. My trac installation is offline.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


