-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlogfile
More file actions
51 lines (51 loc) · 4.92 KB
/
logfile
File metadata and controls
51 lines (51 loc) · 4.92 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
2022-12-08 10:43:52.726 GMT [18836] LOG: starting PostgreSQL 14.5 (Homebrew) on x86_64-apple-darwin21.6.0, compiled by Apple clang version 14.0.0 (clang-1400.0.29.102), 64-bit
2022-12-08 10:43:52.730 GMT [18836] LOG: listening on IPv6 address "::1", port 5432
2022-12-08 10:43:52.730 GMT [18836] LOG: listening on IPv4 address "127.0.0.1", port 5432
2022-12-08 10:43:52.731 GMT [18836] LOG: listening on Unix socket "/tmp/.s.PGSQL.5432"
2022-12-08 10:43:52.739 GMT [18837] LOG: database system was shut down at 2022-12-08 10:43:20 GMT
2022-12-08 10:43:52.750 GMT [18836] LOG: database system is ready to accept connections
2022-12-08 10:44:03.849 GMT [18891] FATAL: database "tripselector_development" does not exist
2022-12-09 10:29:05.077 GMT [96536] FATAL: database "tripselector_development" does not exist
2022-12-09 10:29:05.077 GMT [96536] DETAIL: The database subdirectory "base/16571" is missing.
2022-12-09 10:30:05.095 GMT [97318] FATAL: database "tripselector_development" does not exist
2022-12-09 10:30:05.095 GMT [97318] DETAIL: The database subdirectory "base/16571" is missing.
2022-12-09 10:31:05.089 GMT [97472] FATAL: database "tripselector_development" does not exist
2022-12-09 10:31:05.089 GMT [97472] DETAIL: The database subdirectory "base/16571" is missing.
2022-12-09 10:32:05.103 GMT [97591] FATAL: database "tripselector_development" does not exist
2022-12-09 10:32:05.103 GMT [97591] DETAIL: The database subdirectory "base/16571" is missing.
2022-12-09 10:33:05.079 GMT [97709] FATAL: database "tripselector_development" does not exist
2022-12-09 10:33:05.079 GMT [97709] DETAIL: The database subdirectory "base/16571" is missing.
2022-12-09 10:34:05.180 GMT [97922] FATAL: database "tripselector_development" does not exist
2022-12-09 10:34:05.180 GMT [97922] DETAIL: The database subdirectory "base/16571" is missing.
2022-12-09 10:34:40.666 GMT [98526] FATAL: database "tripselector_development" does not exist
2022-12-09 10:34:40.666 GMT [98526] DETAIL: The database subdirectory "base/16571" is missing.
2022-12-09 10:34:50.587 GMT [98547] ERROR: database "tripselector_development" already exists
2022-12-09 10:34:50.587 GMT [98547] STATEMENT: CREATE DATABASE "tripselector_development" ENCODING = 'unicode'
2022-12-09 10:34:50.623 GMT [98548] ERROR: database "tripselector_test" already exists
2022-12-09 10:34:50.623 GMT [98548] STATEMENT: CREATE DATABASE "tripselector_test" ENCODING = 'unicode'
2022-12-09 10:34:50.773 GMT [98549] FATAL: database "tripselector_development" does not exist
2022-12-09 10:34:50.773 GMT [98549] DETAIL: The database subdirectory "base/16571" is missing.
2022-12-09 10:34:56.967 GMT [98560] ERROR: database "tripselector_development" already exists
2022-12-09 10:34:56.967 GMT [98560] STATEMENT: CREATE DATABASE "tripselector_development" ENCODING = 'unicode'
2022-12-09 10:34:57.006 GMT [98561] ERROR: database "tripselector_test" already exists
2022-12-09 10:34:57.006 GMT [98561] STATEMENT: CREATE DATABASE "tripselector_test" ENCODING = 'unicode'
2022-12-09 10:34:57.256 GMT [98562] FATAL: database "tripselector_development" does not exist
2022-12-09 10:34:57.256 GMT [98562] DETAIL: The database subdirectory "base/16571" is missing.
2022-12-09 10:35:00.837 GMT [98572] ERROR: database "tripselector_development" already exists
2022-12-09 10:35:00.837 GMT [98572] STATEMENT: CREATE DATABASE "tripselector_development" ENCODING = 'unicode'
2022-12-09 10:35:00.877 GMT [98573] ERROR: database "tripselector_test" already exists
2022-12-09 10:35:00.877 GMT [98573] STATEMENT: CREATE DATABASE "tripselector_test" ENCODING = 'unicode'
2022-12-09 10:35:00.932 GMT [98574] FATAL: database "tripselector_development" does not exist
2022-12-09 10:35:00.932 GMT [98574] DETAIL: The database subdirectory "base/16571" is missing.
2022-12-09 10:35:05.189 GMT [98586] FATAL: database "tripselector_development" does not exist
2022-12-09 10:35:05.189 GMT [98586] DETAIL: The database subdirectory "base/16571" is missing.
2022-12-09 10:35:29.174 GMT [98669] FATAL: database "tripselector_development" does not exist
2022-12-09 10:35:29.174 GMT [98669] DETAIL: The database subdirectory "base/16571" is missing.
2022-12-09 14:36:27.484 GMT [44114] LOG: starting PostgreSQL 14.6 (Homebrew) on x86_64-apple-darwin21.6.0, compiled by Apple clang version 14.0.0 (clang-1400.0.29.202), 64-bit
2022-12-09 14:36:27.487 GMT [44114] LOG: listening on IPv6 address "::1", port 5432
2022-12-09 14:36:27.487 GMT [44114] LOG: listening on IPv4 address "127.0.0.1", port 5432
2022-12-09 14:36:27.488 GMT [44114] LOG: listening on Unix socket "/tmp/.s.PGSQL.5432"
2022-12-09 14:36:27.504 GMT [44115] LOG: database system was shut down at 2022-12-09 14:36:03 GMT
2022-12-09 14:36:27.520 GMT [44114] LOG: database system is ready to accept connections
2022-12-09 14:36:37.351 GMT [44173] FATAL: database "tripselector_development" does not exist
2022-12-09 14:38:33.842 GMT [44517] FATAL: database "tripselector_development" does not exist