Skip to content

Commit b8f134f

Browse files
committed
Doc how to export on windows.
Windows paths in interactive mode are an issue. Use command line directly or some other way of specing paths without using \ character.
1 parent 87e06ae commit b8f134f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

doc/admin_guide.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,10 @@ Migrating Backends
294294

295295
1. Stop the existing tracker web and email frontends (preventing changes).
296296
2. Use the roundup-admin tool "export" command to export the contents of
297-
your tracker to disk.
297+
your tracker to disk. (If you are running on windows see
298+
`issue1441336 <https://issues.roundup-tracker.org/issue1441336>`_
299+
on how to use the command line rather than interactive mode to
300+
exprt data.)
298301
3. Copy the tracker home to a new directory.
299302
4. Delete the "db" directory from the new directory.
300303
5. Set the value of the ``backend`` key under the ``[database]``

0 commit comments

Comments
 (0)