Skip to content

Jomy10/postgres-pot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

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