Advertisement
hpoperator86

4

Apr 19th, 2025
6
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. root@openmediavault:~# docker logs immich_postgres --tail 100
  2. The files belonging to this database system will be owned by user "postgres".
  3. This user must also own the server process.
  4.  
  5. The database cluster will be initialized with locale "en_US.utf8".
  6. The default database encoding has accordingly been set to "UTF8".
  7. The default text search configuration will be set to "english".
  8.  
  9. Data page checksums are enabled.
  10.  
  11. fixing permissions on existing directory /var/lib/postgresql/data ... ok
  12. creating subdirectories ... ok
  13. selecting dynamic shared memory implementation ... posix
  14. selecting default max_connections ... 100
  15. selecting default shared_buffers ... 128MB
  16. selecting default time zone ... Etc/UTC
  17. creating configuration files ... ok
  18. running bootstrap script ... ok
  19. performing post-bootstrap initialization ... ok
  20. initdb: warning: enabling "trust" authentication for local connections
  21. You can change this by editing pg_hba.conf or using the option -A, or
  22. --auth-local and --auth-host, the next time you run initdb.
  23. syncing data to disk ... ok
  24.  
  25.  
  26. Success. You can now start the database server using:
  27.  
  28. pg_ctl -D /var/lib/postgresql/data -l logfile start
  29.  
  30. waiting for server to start....2025-04-19 12:31:08.623 UTC [50] LOG: redirecting log output to logging collector process
  31. 2025-04-19 12:31:08.623 UTC [50] HINT: Future log output will appear in directory "log".
  32. done
  33. server started
  34. CREATE DATABASE
  35.  
  36.  
  37. /usr/local/bin/docker-entrypoint.sh: ignoring /docker-entrypoint-initdb.d/*
  38.  
  39. waiting for server to shut down.... done
  40. server stopped
  41.  
  42. PostgreSQL init process complete; ready for start up.
  43.  
  44. 2025-04-19 12:31:10.129 UTC [1] LOG: redirecting log output to logging collector process
  45. 2025-04-19 12:31:10.129 UTC [1] HINT: Future log output will appear in directory "log".
  46. root@openmediavault:~#
  47.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement