The bookkeeper k8s configuration includes a persistent disk volume that contains the PostgreSQL database that bookkeeper uses.
Setup a mechanism to perform database maintenance operations such as vacuum and backup. Some options:
- cron script
- autovacuum
- pg_dump and rsync to another VM
The bookkeeper k8s configuration includes a persistent disk volume that contains the PostgreSQL database that bookkeeper uses.
Setup a mechanism to perform database maintenance operations such as vacuum and backup. Some options: