mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-05 18:15:24 +02:00

Co-authored-by: Darío Hereñú <magallania@gmail.com> Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
232 B
232 B
initdb
Create a PostgreSQL database on disk. More information: https://www.postgresql.org/docs/current/app-initdb.html.
- Create a database at
/usr/local/var/postgres
:
initdb {{[-D|--pgdata]}} /usr/local/var/postgres