After only 10 executions or so of our single cell pipeline, the database disk got full:
root@galaxy-galaxy-dev-postgres-0:/home/postgres/pgdata# df -h .
Filesystem Size Used Avail Use% Mounted on
/dev/vdc 9.8G 9.7G 129M 99% /home/postgres/pgdata
is there any process in place that is cleaning the database with some regularity? Or should we suggest a higher default for the postgres disk space? I have been cleaning up disk space regularly, but I suspect that the database logs of jobs is not getting cleaned up as part of this process. None of the maintenance jobs take care of this?