File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed
Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 22Administration Guide
33====================
44
5- :Version: $Revision: 1.25 $
5+ :Version: $Revision: 1.26 $
66
77.. contents::
88
@@ -183,8 +183,15 @@ Maintenance of Roundup can involve one of the following:
183183Tracker Backup
184184--------------
185185
186- Stop the web and email frontends and to copy the contents of the tracker home
187- directory to some other place using standard backup tools.
186+ The roundup-admin import and export commands are **not** recommended for
187+ performing backup.
188+
189+ Optionally stop the web and email frontends and to copy the contents of the
190+ tracker home directory to some other place using standard backup tools.
191+ This means using
192+ *pg_dump* to take a snapshot of your Postgres backend database, for example.
193+ A simple copy of the tracker home (and files storage area if you've configured
194+ it to be elsewhere) will then complete the backup.
188195
189196
190197Software Upgrade
You can’t perform that action at this time.
0 commit comments