No no no. Right now you probably don’t have to pgtune but I would, for future proofing at least to an extent. PG is Postgres. Vacuuming happens automatically, but if you’re experiencing specific issues, you may want to run a vacuum. You can repack your database weekly using crontab, which is what we do every Sunday to continuously optimize things. Are you familiar with crontab?