Edgewall Software

Changes between Initial Version and Version 14 of Ticket #8954


Ignore:
Timestamp:
Dec 28, 2010, 1:09:16 AM (13 years ago)
Author:
Remy Blank
Comment:

Patch applied in [10387] with very minor changes:

  • DatabaseManager.backup() already creates the destination directory if it doesn't exist, so there's no need to do it in _do_hotcopy().
  • For SQLite, exclude only the database file if --no-database is specified, not the complete db directory, as it could contain other files (e.g. backups from upgrades).
  • Removed the short form of the --no-database option.

Thanks for your great work!

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8954

    • Property Status newclosed
    • Property Reporter changed from Thijs Triemstra <lists@…> to Thijs Triemstra
    • Property Summary trac-admin hotcopy should export database dump for non-sqlite projects[PATCH] trac-admin hotcopy should export database dump for non-sqlite projects
    • Property Priority normalhigh
    • Property Owner set to Thijs Triemstra
    • Property Milestone0.13
    • Property Keywords bitesized patch mysql postgresql added
    • Property Resolutionfixed
  • Ticket #8954 – Release Notes

    initial v14  
     1Back up the database during a `trac-admin $ENV hotcopy`, on all backends.