yaazkal / bastille-postgres

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bastille-postgres

Bastille template for running PostgreSQL server in a FreeBSD jail

By default it installs the recent version of PostgreSQL (14) avilable in ports. You can use ARG option to choose a different version while applying the template (see usage).

Bootstrap

bastille bootstrap https://github.com/yaazkal/bastille-postgres

Usage

Install latest version of postgresql-server

bastille template TARGET yaazkal/bastille-postgres

Install a specific version (i.e 11) of postgresql-server

bastille template TARGET yaazkal/bastille-postgres --arg version=11

About

License:BSD 3-Clause "New" or "Revised" License