Modify ↓
Opened 21 years ago
Closed 21 years ago
#526 closed enhancement (fixed)
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@… | Branch: | |
| Release Notes: | |||
| API Changes: | |||
| Internal 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 (0)
Change History (7)
comment:1 by , 21 years ago
| Milestone: | → 1.0 |
|---|
comment:2 by , 21 years ago
| Cc: | added |
|---|
comment:3 by , 21 years ago
| Cc: | added |
|---|
comment:4 by , 21 years ago
| Milestone: | 1.0 → 0.8 |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
comment:5 by , 21 years ago
| Status: | closed → assigned |
|---|
This should work like subversion's svnadmin hotcopy, to make it easy to use and similar to subversion backup procedures.
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.