1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-05 18:15:24 +02:00
tldr/pages/common/initdb.md
Managor 79b8d3e3b8
*: replace … with individual dots and refresh pages (#16368)
Co-authored-by: Darío Hereñú <magallania@gmail.com>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2025-05-04 10:20:26 +03:00

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