]> git.evergreen-ils.org Git - Evergreen.git/blob - docs/admin/aged_circs.adoc
81e5644f616784c38422289d872db9876d2692da
[Evergreen.git] / docs / admin / aged_circs.adoc
1 Aging circulations
2 ------------------
3
4 Every time you attempt to `DELETE` a row from `action.circ`, it
5 copies over the appropriate data to `action.aged_circulation`,
6 then deletes the `action.circ` row.
7
8 .Use case
9 ****
10
11 Aging circulations helps to protect patron privacy and save disk space.
12
13 ****
14
15 [TIP]
16 ==========
17 Just aging circulations is not sufficient to protect patron circulation
18 history.  Fully protecting these data would also involve a thoughtful
19 approach to logs and backups of these data.
20 ==========
21
22 [TIP]
23 ==========
24 You can create a cron job to automatically age circulations.
25 ==========
26