Advertisement
sas2job

Untitled

Jun 7th, 2022
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.56 KB | None | 0 0
  1. $ docker-compose up
  2. postgres_container is up-to-date
  3. pgadmin_container is up-to-date
  4. Attaching to postgres_container, pgadmin_container
  5. pgadmin_container | NOTE: Configuring authentication for DESKTOP mode.
  6. postgres_container | The files belonging to this database system will be owned by user "postgres".
  7. postgres_container | This user must also own the server process.
  8. postgres_container |
  9. postgres_container | The database cluster will be initialized with locale "en_US.utf8".
  10. postgres_container | The default database encoding has accordingly been set to "UTF8".
  11. postgres_container | The default text search configuration will be set to "english".
  12. postgres_container |
  13. postgres_container | Data page checksums are disabled.
  14. postgres_container |
  15. postgres_container | fixing permissions on existing directory /data/postgres ... ok
  16. postgres_container | creating subdirectories ... ok
  17. postgres_container | selecting dynamic shared memory implementation ... posix
  18. postgres_container | selecting default max_connections ... 100
  19. postgres_container | selecting default shared_buffers ... 128MB
  20. postgres_container | selecting default time zone ... Etc/UTC
  21. postgres_container | creating configuration files ... ok
  22. postgres_container | running bootstrap script ... ok
  23. postgres_container | performing post-bootstrap initialization ... ok
  24. postgres_container | syncing data to disk ... ok
  25. postgres_container |
  26. postgres_container |
  27. postgres_container | Success. You can now start the database server using:
  28. postgres_container | initdb: warning: enabling "trust" authentication for local connections
  29. postgres_container | You can change this by editing pg_hba.conf or using the option -A, or
  30. postgres_container | --auth-local and --auth-host, the next time you run initdb.
  31. postgres_container |
  32. postgres_container | pg_ctl -D /data/postgres -l logfile start
  33. postgres_container |
  34. postgres_container | waiting for server to start....2022-06-07 10:56:49.216 UTC [49] LOG: starting PostgreSQL 13.5 (Debian 13.5-1.pgdg110+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 10.2.1-6) 10.2.1 20210110, 64-bit
  35. postgres_container | 2022-06-07 10:56:49.217 UTC [49] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
  36. postgres_container | 2022-06-07 10:56:49.221 UTC [50] LOG: database system was shut down at 2022-06-07 10:56:49 UTC
  37. postgres_container | 2022-06-07 10:56:49.224 UTC [49] LOG: database system is ready to accept connections
  38. postgres_container | done
  39. postgres_container | server started
  40. postgres_container | CREATE DATABASE
  41. postgres_container |
  42. postgres_container |
  43. postgres_container | /usr/local/bin/docker-entrypoint.sh: ignoring /docker-entrypoint-initdb.d/*
  44. postgres_container |
  45. postgres_container | 2022-06-07 10:56:49.501 UTC [49] LOG: received fast shutdown request
  46. postgres_container | waiting for server to shut down....2022-06-07 10:56:49.502 UTC [49] LOG: aborting any active transactions
  47. postgres_container | 2022-06-07 10:56:49.503 UTC [49] LOG: background worker "logical replication launcher" (PID 56) exited with exit code 1
  48. postgres_container | 2022-06-07 10:56:49.504 UTC [51] LOG: shutting down
  49. postgres_container | 2022-06-07 10:56:49.513 UTC [49] LOG: database system is shut down
  50. postgres_container | done
  51. postgres_container | server stopped
  52. postgres_container |
  53. postgres_container | PostgreSQL init process complete; ready for start up.
  54. postgres_container |
  55. postgres_container | 2022-06-07 10:56:49.629 UTC [1] LOG: starting PostgreSQL 13.5 (Debian 13.5-1.pgdg110+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 10.2.1-6) 10.2.1 20210110, 64-bit
  56. postgres_container | 2022-06-07 10:56:49.629 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
  57. postgres_container | 2022-06-07 10:56:49.629 UTC [1] LOG: listening on IPv6 address "::", port 5432
  58. postgres_container | 2022-06-07 10:56:49.631 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
  59. postgres_container | 2022-06-07 10:56:49.634 UTC [63] LOG: database system was shut down at 2022-06-07 10:56:49 UTC
  60. postgres_container | 2022-06-07 10:56:49.640 UTC [1] LOG: database system is ready to accept connections
  61. pgadmin_container | [2022-06-07 10:57:06 +0000] [1] [INFO] Starting gunicorn 20.1.0
  62. pgadmin_container | [2022-06-07 10:57:06 +0000] [1] [INFO] Listening at: http://[::]:80 (1)
  63. pgadmin_container | [2022-06-07 10:57:06 +0000] [1] [INFO] Using worker: gthread
  64. pgadmin_container | [2022-06-07 10:57:06 +0000] [90] [INFO] Booting worker with pid: 90
  65. postgres_container | 2022-06-07 11:00:19.973 UTC [73] FATAL: database "todoser_development" does not exist
  66.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement