/postgres-pot

Run Postgres on FreeBSD effortlessly using Pot

Primary LanguageShell

Postgres in Pot

This repository conains a script to create a Pot that will run PostgreSQL on FreeBSD

Usage

  • Build the pot
sh pot_build.sh <postgres-password>

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

  • Run Postgres on FreeBSD!
pot start postgres

Stopping Postgres

pot stop postgres