I tried following the appjail version for postgres:
daemonless.io
but, it appears to be in a crash loop:
The only settings I tweaked were the fstab location. Additionally, I ensured that that directory is owned by 1000:1000 and the permissions are 700.
I would expect this to work out of the box and I likely have a simple typo somewhere.
Thoughts?
Run PostgreSQL on FreeBSD — Native OCI Container - daemonless
The World's Most Advanced Open Source Relational Database on FreeBSD. Built natively for FreeBSD with s6 supervision, PUID/PGID support, and CI-tested on every release.
but, it appears to be in a crash loop:
2026-08-29 13:15:09.770143851 Initializing PostgreSQL database...
2026-08-29 13:15:09.792961816 The files belonging to this database system will be owned by user "bsd".
2026-08-29 13:15:09.792968100 This user must also own the server process.
2026-08-29 13:15:09.792970413
2026-08-29 13:15:09.793119609 The database cluster will be initialized with locale "C".
2026-08-29 13:15:09.793125712 The default text search configuration will be set to "english".
2026-08-29 13:15:09.793128020
2026-08-29 13:15:09.793130543 Data page checksums are enabled.
2026-08-29 13:15:09.793132593
2026-08-29 13:15:09.852266586 Creating user 'postgres'...
2026-08-29 13:15:09.861701675 Setting password for 'postgres'...
2026-08-29 13:15:09.901951238 Starting PostgreSQL...
2026-08-29 13:15:09 [s6] Service 'postgresql' crashed (Exit: 1, Signal: 0)
The only settings I tweaked were the fstab location. Additionally, I ensured that that directory is owned by 1000:1000 and the permissions are 700.
I would expect this to work out of the box and I likely have a simple typo somewhere.
Thoughts?