Advertisement
Guest User

Untitled

a guest
Mar 18th, 2019
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. sectoid@dagon:~$ sudo pg_createcluster 11 for_lor -d /tmp/for_lor
  2. [sudo] password for sectoid:
  3. Creating new PostgreSQL cluster 11/for_lor ...
  4. /usr/lib/postgresql/11/bin/initdb -D /tmp/for_lor --auth-local peer --auth-host md5
  5. The files belonging to this database system will be owned by user "postgres".
  6. This user must also own the server process.
  7.  
  8. The database cluster will be initialized with locales
  9. COLLATE: ru_UA.UTF-8
  10. CTYPE: ru_UA.UTF-8
  11. MESSAGES: en_US.UTF-8
  12. MONETARY: ru_UA.UTF-8
  13. NUMERIC: ru_UA.UTF-8
  14. TIME: ru_UA.UTF-8
  15. The default database encoding has accordingly been set to "UTF8".
  16. The default text search configuration will be set to "russian".
  17.  
  18. Data page checksums are disabled.
  19.  
  20. fixing permissions on existing directory /tmp/for_lor ... ok
  21. creating subdirectories ... ok
  22. selecting default max_connections ... 100
  23. selecting default shared_buffers ... 128MB
  24. selecting dynamic shared memory implementation ... posix
  25. creating configuration files ... ok
  26. running bootstrap script ... ok
  27. performing post-bootstrap initialization ... ok
  28. syncing data to disk ... ok
  29.  
  30. Success. You can now start the database server using:
  31.  
  32. /usr/lib/postgresql/11/bin/pg_ctl -D /tmp/for_lor -l logfile start
  33.  
  34. Ver Cluster Port Status Owner Data directory Log file
  35. 11 for_lor 5434 down postgres /tmp/for_lor /var/log/postgresql/postgresql-11-for_lor.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement