Guest User

Untitled

a guest
Apr 24th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. vagrant@lucid64:~$ initdb
  2. The files belonging to this database system will be owned by user "vagrant".
  3. This user must also own the server process.
  4.  
  5. The database cluster will be initialized with locales
  6. COLLATE: en_US.UTF-8
  7. CTYPE: en_US.UTF-8
  8. MESSAGES: en_US.UTF-8
  9. MONETARY: en_US
  10. NUMERIC: en_US
  11. TIME: en_US
  12. The default database encoding has accordingly been set to UTF8.
  13. The default text search configuration will be set to "english".
  14.  
  15. fixing permissions on existing directory /vagrant_db/data ... ok
  16. creating subdirectories ... ok
  17. selecting default max_connections ... 100
  18. selecting default shared_buffers ... 24MB
  19. creating configuration files ... ok
  20. creating template1 database in /vagrant_db/data/base/1 ... FATAL: could not open file "pg_xlog/000000010000000000000000" (log file 0, segment 0): No such file or directory
  21. child process exited with exit code 1
  22. initdb: removing contents of data directory "/vagrant_db/data"
Add Comment
Please, Sign In to add comment