Quick question in regards to the helm chart:
Do I need the PVC when I am configuring the PostgreSQL database or can I leave that out? Seems a bit redundant to store things both in the database and an extra PVC.
Task Attachments are not stored in DB AFAIK.
In Docker you mount host directory for them.
That’s why I think you still need PVC.
Indeed storing encoded attachment in DB sounds like a good cost improvement for cloud deployments.
You need the pvc to store task attachments, project backgrounds, data
exports and user avatars.
1 Like