Advertisement
khisanthax

nextcloud db log

Apr 8th, 2024
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.92 KB | None | 0 0
  1. PostgreSQL Database directory appears to contain a database; Skipping initialization
  2.  
  3. 2024-04-08 20:17:28.167 UTC [1] LOG: starting PostgreSQL 14.2 (Debian 14.2-1.pgdg110+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 10.2.1
  4. -6) 10.2.1 20210110, 64-bit
  5. 2024-04-08 20:17:28.197 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
  6. 2024-04-08 20:17:28.197 UTC [1] LOG: listening on IPv6 address "::", port 5432
  7. 2024-04-08 20:17:28.509 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
  8. 2024-04-08 20:17:30.356 UTC [26] LOG: database system shutdown was interrupted; last known up at 2024-04-08 20:16:19 UTC
  9. 2024-04-08 20:17:35.318 UTC [26] LOG: database system was not properly shut down; automatic recovery in progress
  10. 2024-04-08 20:17:35.364 UTC [26] LOG: redo starts at 1/DACA308
  11. 2024-04-08 20:17:35.404 UTC [26] LOG: invalid record length at 1/DAF42D8: wanted 24, got 0
  12. 2024-04-08 20:17:35.404 UTC [26] LOG: redo done at 1/DAF4260 system usage: CPU: user: 0.00 s, system: 0.00 s, elapsed: 0.04 s
  13. 2024-04-08 20:17:38.576 UTC [1] LOG: database system is ready to accept connections
  14. 2024-04-08 20:24:57.070 UTC [70] ERROR: relation "oc_circle_circles" does not exist at character 15
  15. 2024-04-08 20:24:57.070 UTC [70] STATEMENT: SELECT * FROM "oc_circle_circles"
  16. 2024-04-08 20:27:58.839 UTC [1] LOG: received fast shutdown request
  17. 2024-04-08 20:28:01.313 UTC [1] LOG: aborting any active transactions
  18. 2024-04-08 20:28:01.315 UTC [1] LOG: background worker "logical replication launcher" (PID 32) exited with exit code 1
  19. 2024-04-08 20:28:01.316 UTC [27] LOG: shutting down
  20. 2024-04-08 20:28:06.148 UTC [1] LOG: database system is shut down
  21.  
  22. PostgreSQL Database directory appears to contain a database; Skipping initialization
  23.  
  24. 2024-04-08 21:01:09.178 UTC [1] LOG: starting PostgreSQL 14.2 (Debian 14.2-1.pgdg110+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 10.2.1
  25. -6) 10.2.1 20210110, 64-bit
  26. 2024-04-08 21:01:09.180 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
  27. 2024-04-08 21:01:09.180 UTC [1] LOG: listening on IPv6 address "::", port 5432
  28. 2024-04-08 21:01:09.379 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
  29. 2024-04-08 21:01:09.850 UTC [26] LOG: database system was shut down at 2024-04-08 20:28:06 UTC
  30. 2024-04-08 21:01:10.073 UTC [1] LOG: database system is ready to accept connections
  31. 2024-04-08 21:05:00.684 UTC [1] LOG: received fast shutdown request
  32. 2024-04-08 21:05:01.133 UTC [1] LOG: aborting any active transactions
  33. 2024-04-08 21:05:01.136 UTC [1] LOG: background worker "logical replication launcher" (PID 32) exited with exit code 1
  34. 2024-04-08 21:05:01.136 UTC [27] LOG: shutting down
  35. 2024-04-08 21:05:01.143 UTC [102] FATAL: the database system is shutting down
  36. 2024-04-08 21:05:01.189 UTC [103] FATAL: the database system is shutting down
  37. 2024-04-08 21:05:06.819 UTC [1] LOG: database system is shut down
  38. khisanthax@casaos2:~$
  39.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement