An open API service indexing awesome lists of open source software.

https://github.com/jomy10/postgres-pot

Run Postgres on FreeBSD effortlessly using Pot
https://github.com/jomy10/postgres-pot

freebsd freebsd-jails freebsd-pot postgres postgresql postgresql-database pot

Last synced: 10 months ago
JSON representation

Run Postgres on FreeBSD effortlessly using Pot

Awesome Lists containing this project

README

          

# Postgres in Pot

This repository conains a script to create a [Pot](https://github.com/bsdpot/pot)
that will run PostgreSQL on FreeBSD

## Usage

- Build the pot
```sh
sh pot_build.sh
```

This will initialize the database with user postgres and the password you passed to the script

- Run Postgres on FreeBSD!
```sh
pot start postgres
```

## Stopping Postgres

```sh
pot stop postgres
```