Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/herzog0/pdbinit

Script to setup environment, create and initialize Postgres databases (for Ubuntu based distributions)
https://github.com/herzog0/pdbinit

Last synced: 8 days ago
JSON representation

Script to setup environment, create and initialize Postgres databases (for Ubuntu based distributions)

Awesome Lists containing this project

README

        

# pdbinit
Script to setup environment, create and initialize Postgres databases (for Ubuntu based distributions) using pgsql.

It will download the source files of pgsql to a folder named `$HOME/Softwares/`.

# Installation
Not required, simply clone the repository and, for better usage, make a soft link to `/usr/bin`:

`ln -s /path/to/pdbinit /usr/bin`

This way you can use the script wherever you are.

# Usage

Call *pdbinit* with *sudo*.

Specify a database name and scripts to initialize the database.

Some require extensions and roles.