Changes between Version 23 and Version 24 of MoveOffTrac
- Timestamp:
- 2025-08-21T12:27:16Z (3 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MoveOffTrac
v23 v24 102 102 * API token to write content under the Forgejo org/owner 103 103 * Steps: 104 1 On Trac server (the export is scripted in `helpers/trac_dump.sh` in [https://github.com/tahoe-lafs/MoveOffTrac MoveOffTrac]):104 1. On Trac server (the export is scripted in `helpers/trac_dump.sh` in [https://github.com/tahoe-lafs/MoveOffTrac MoveOffTrac]): 105 105 1. Activate the Python environment if needed 106 106 2. Launch a `trac-admin <path/to/project>` shell and run the `hotcopy <dump_dir>` command … … 109 109 5. Purge log files from the hotcopy `rm -f <dump_dir>/log/*` 110 110 6. Compact the DB with `sqlite3 <dump_dir>/db/trac.db 'VACUUM;'` 111 7. Copy trac.htdigest to <dump_dir>112 8. Copy trac public_html to <dump_dir>111 7. Copy trac.htdigest to `<dump_dir>` 112 8. Copy trac public_html to `<dump_dir>` 113 113 9. Archive the Trac data `tar -czvf <dump_file> <dump_dir>` 114 114 2. On a workstation:
