Skip to content

Commit 459c3f8

Browse files
authored
Fixed -L argument in migration manual. (#68)
1 parent 8276ca5 commit 459c3f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MIGRATING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ should see all of your files under `ft_root/files`.
1818
New filetracker server depends on Berkeley DB, so you should have it installed
1919
(on Ubuntu or Debian install `libdb-dev`, on Arch it's `db`).
2020

21-
Activate your venv, and upgrade the `filetracker` package to version 2.0 (or newer).
21+
Activate your venv, and upgrade the `filetracker` package to version 2.1 (or newer).
2222
Now your `$PATH` should contain `filetracker-migrate` script
2323
(try running `$ filetracker-migrate -h`).
2424

2525
Now, run the filetracker server in the usual directory with
26-
`filetracker-server -L /dev/null -d ft_root -p 9998 -D`, port number
26+
`filetracker-server -L ~/filetracker-migration.log -d ft_root -p 9998 -D`, port number
2727
is arbitrary, `ft_root` should be substituted for your actual path). OIOIOI and other
2828
SIO2 services shouldn't be running, otherwise you will get lots of SE verdicts
2929
and HTTP 500 errors.

0 commit comments

Comments
 (0)