-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathMIGRATION
52 lines (32 loc) · 1.01 KB
/
MIGRATION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
During an in-place migration from old to new style database
ws_allocate:
has to be able to read old entries to avoid collision,
and write them for extension (?)
can write in new format
-> see below
DONE
ws_release:
has to be able to read and expire old entries,
can write in new format
-> change in wsdb to fall back to old-style reader (has to be implemented)
DONE
ws_list:
has to be able to fully read old entries
-> change near end to read entries from old style db entry
DONE
ws_find:
has to be able to read old entries
-> change at end to be able to read directory name from old style
DONE
ws_register:
has to be able to read old entries
-> change near end to read old entries
DONE
ws_extend:
calls ws_allocate
ws_restore: (sbin admin restore, not planned user restore)
has to be able to read old entry
-> change near end to read path in old style format
ws_expirer:
has to be able to read old entry
-> changes in different locations