Skip to content

Commit fac47e0

Browse files
authored
Bumped version to 2.1.1. (#69)
1 parent 459c3f8 commit fac47e0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

MIGRATING.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ The storage format of the filetracker server is very different in the new server
44
so non-trivial migration is required if you want to preserve your users' files
55
(submitted sources, problem packages, etc.).
66

7+
After migration is complete, you may expect total filetracker storage size to decrease
8+
by ~70% for a typical OIOIOI instance.
9+
710
There are two migration options, but for both of them, you first need to make sure OIOIOI
811
uses `remote_storage_factory` as `FILETRACKER_CLIENT_FACTORY` and `FILETRACKER_CACHE_ROOT` is configured in your `settings.py`. If you have a recent
912
config version (23+), this is the default behaviour.
@@ -33,6 +36,8 @@ Navigate to `ft_root` and execute the following command:
3336

3437
CAUTION: if you have a lot of files (>100 GiB), this command may take
3538
a few days to complete, so doing this in a usual SSH session may not be the best idea.
39+
Consider using `tmux` or `screen`. Average migration speed for our servers was
40+
10 GiB/h.
3641

3742
After the command above is completed you can safely remove the original `./files`
3843
directory (it's not used by the new server). Your previous server config should still work,

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup, find_packages
22
setup(
33
name = 'filetracker',
4-
version = '2.1',
4+
version = '2.1.1',
55
author = 'SIO2 Project Team',
66
author_email = '[email protected]',
77
description = 'Filetracker caching file storage',

0 commit comments

Comments
 (0)