Changes between Version 23 and Version 24 of MoveOffTrac


Ignore:
Timestamp:
2025-08-21T12:27:16Z (3 months ago)
Author:
btlogy
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MoveOffTrac

    v23 v24  
    102102    * API token to write content under the Forgejo org/owner
    103103* 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]):
    105105    1. Activate the  Python environment if needed
    106106    2. Launch a `trac-admin <path/to/project>` shell and run the `hotcopy <dump_dir>` command
     
    109109    5. Purge log files from the hotcopy `rm -f <dump_dir>/log/*`
    110110    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>`
    113113    9. Archive the Trac data `tar -czvf <dump_file> <dump_dir>`
    114114  2. On a workstation: