Am I the only person trying to use TRUENAS Core with postgresql 16.3 - I must be
Is it even possible - I wasted a weekend trying to sort out WTF is wrong and always come to a full stop when trying to initialise the database with permission denied as the initialisation seeks to create a folder
HAS ANYONE succesfully installed this in the last year the only help is 2019 and out of date
…and assuming you are trying to install it into a jail, you’d get a lot more help with information about what you’ve tried and what happened when you did, than with the pretty-generic rant you posted.
Even in a jail, FreeBSD 13.2 is EOL, and 13.3 introduced some changes that break jails. So you’d need to run this under TrueNAS 13.3, which is unfortunately still in BETA.
But with that said, under 13.3, create a jail, and in the jail pkg install postgresql16-server; sysrc postgresql_enable=yes; service postgresql initdb; service postgresql start. And the installation itself gives you the last three commands, and except for the “initdb” step, it’s pretty much the same as installing any other server software under FreeBSD.
On SCALE, but this thread is about CORE. But Eric provided no more information about what’s going on for him than Neil did last year (less, even), so no idea what’s actually going on.