Add template for PostgreSQL 17.

This commit is contained in:
Brad Ackerman
2025-09-09 16:37:29 -07:00
parent 15b80d38f4
commit f55aa2dfc6
2 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
PKG postgresql17-server
SYSRC postgresql_enable=YES
# PostgreSQL requires System V shared memory and semaphores.
CONFIG set sysvshm=new
CONFIG set sysvsem=new
RESTART
SERVICE postgresql initdb
SERVICE postgresql start

View File

@@ -0,0 +1,7 @@
## mysql
Bastille template to bootstrap PostgreSQL 17.
## Usage
```shell
bastille template TARGET databases/postgresql17-server
```