1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-05 07:35:33 +02:00
tldr/pages/common/initdb.md
Managor a5833ce758
*: make more information links dynamic (#16244)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2025-04-23 10:24:12 +03:00

217 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 /usr/local/var/postgres