Create PostgreSQL Database - Initialize DB | Online Free DevTools by Hexmos
Create PostgreSQL database clusters with initdb. Initialize a new PostgreSQL instance and configure storage locations. Free online tool, no registration required.
initdb
Create a PostgreSQL database cluster on disk. More information: https://www.postgresql.org/docs/current/app-initdb.html.
- Create a database cluster at
/usr/local/var/postgres
:
initdb {{[-D|--pgdata]}} /usr/local/var/postgres