
I just set up the Ubuntu-24 server and placed the extra partition at /opt
German Rodriguez wrote:
The Virtualenv Installation guide has you install PostgreSQL as the database backend and HyperKitty stores attachments in the database as blobs. The default data directory for PostgreSQL in Ubuntu 24.04 LTS is located at: /var/lib/postgresql/16/main However, if you wanted you could always change the location before initializing the database by updating the setting in the postgresql.conf file located at: /etc/postgresql/16/main/postgresql.conf
Using the above suggestion this is the way I will follow:
- Using Postgresql as proposed in the guide for Virtualenv-Setup
- Moving the data directory of Postgresql from /var to /opt (/opt/postgresql/16/main (perhaps))
With all dynamic data kept on /opt (a logical volume, actual size 250GB) I am pretty safe for all that might come! xD
Thank you for all ithe input!
Chris