Retrieval full refresh
Goal
Provide a full refresh
TODO / How to implement
- choose the oldest pool
- run a actual retrieval chain
- switch an active pool / reload configs
- run a refresh scheduler
global:
engine: postgres
debug: true
poolManager:
mountDir: /var/lib/dblab
dataSubDir: data
clonesMountSubDir: clones
socketSubDir: sockets
preSnapshotSuffix: "_pre"
provision:
portPool:
from: 6001
to: 6005
dockerImage: "postgresai/extended-postgres:12"
retrieval:
refresh:
timetable: "0 0 * * 1"