Modify ↓
Ticket #526 (closed enhancement: fixed)
Opened 8 years ago
Last modified 5 years ago
Backup procedure for Trac
| Reported by: | daniel | Owned by: | daniel |
|---|---|---|---|
| Priority: | high | Milestone: | 0.8 |
| Component: | admin/console | Version: | |
| Severity: | normal | Keywords: | backup |
| Cc: | trac@…,brad@… | ||
| Release Notes: | |||
| API Changes: | |||
Description
trac-admin should be able to safely produce a backup of a Trac environment, even on a 'live' Trac instance.
trac-admin myprojenv dump output.dump
trac-admin myprojenv restore output.dump
Using the standard zipfile module to create compressed/portable dumps might be a good idea.
Attachments
Change History
comment:1 Changed 8 years ago by daniel
- Milestone set to 1.0
comment:2 Changed 8 years ago by anonymous
- Cc trac@… added
comment:3 Changed 8 years ago by Brad Anderson <brad@…>
- Cc brad@… added
comment:4 Changed 8 years ago by daniel
- Milestone changed from 1.0 to 0.8
- Resolution set to fixed
- Status changed from new to closed
comment:5 Changed 8 years ago by daniel
- Status changed from closed to assigned
This should work like subversion's svnadmin hotcopy, to make it easy to use and similar to subversion backup procedures.
comment:6 Changed 8 years ago by daniel
comment:7 Changed 8 years ago by daniel
- Status changed from assigned to closed
Fixed in [832]. See TracBackup.
Note: See
TracTickets for help on using
tickets.



This should work like subversion's svnadmin hotcopy, to make it easy to use and similar to subversion backup procedures.