On Sun, Nov 19, 2023 at 5:24 PM Abdullah Ergin <abdullaherginwork(at)gmail(dot)com>
wrote:
> During this period, I believe the unchecked increase in table size was due
> to the auto vacuum parameter being turned off. What should I do to prevent
> this from affecting the 12th month and beyond?
>
Make sure not to comment out "autovacuum = on"?
Create a cron job that regularly runs psql -Xtc "SHOW AUTOVACUUM", and
sends an email if it's set to off?