mirror of
https://github.com/BastilleBSD/templates.git
synced 2025-12-10 17:00:30 +01:00
Add template for PostgreSQL 17.
This commit is contained in:
8
databases/postgresql17-server/Bastillefile
Normal file
8
databases/postgresql17-server/Bastillefile
Normal 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
|
||||
7
databases/postgresql17-server/README.md
Normal file
7
databases/postgresql17-server/README.md
Normal file
@@ -0,0 +1,7 @@
|
||||
## mysql
|
||||
Bastille template to bootstrap PostgreSQL 17.
|
||||
|
||||
## Usage
|
||||
```shell
|
||||
bastille template TARGET databases/postgresql17-server
|
||||
```
|
||||
Reference in New Issue
Block a user