initdb (1) Linux Manual Page
initdb – create a new PostgreSQL database cluster Synopsis initdb [option…] [–pgdata | -D] directoryDescriptioninitdb creates a new PostgreSQL database cluster. A database cluster is a collection of databases that are managed by a single server instance. Creating a database cluster consists of creating the directories in which the database data will live, generating the…
