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
- Host: GitHub
- URL: https://github.com/jomy10/postgres-pot
- Owner: Jomy10
- Created: 2024-10-25T16:30:44.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-25T16:30:56.000Z (over 1 year ago)
- Last Synced: 2025-08-22T18:45:09.125Z (10 months ago)
- Topics: freebsd, freebsd-jails, freebsd-pot, postgres, postgresql, postgresql-database, pot
- Language: Shell
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```