-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathlogfile
More file actions
44 lines (44 loc) · 2.09 KB
/
logfile
File metadata and controls
44 lines (44 loc) · 2.09 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
LOG: could not bind IPv6 socket: Address already in use
HINT: Is another postmaster already running on port 5432? If not, wait a few seconds and retry.
LOG: could not bind IPv4 socket: Address already in use
HINT: Is another postmaster already running on port 5432? If not, wait a few seconds and retry.
WARNING: could not create listen socket for "localhost"
FATAL: could not create any TCP/IP sockets
LOG: database system is shut down
LOG: database system was shut down at 2017-01-04 11:11:12 CET
LOG: MultiXact member wraparound protections are now enabled
LOG: autovacuum launcher started
LOG: database system is ready to accept connections
FATAL: role "postgres" does not exist
FATAL: database "hector" does not exist
FATAL: database "hector" does not exist
FATAL: lock file "postmaster.pid" already exists
HINT: Is another postmaster (PID 22553) running in data directory "/usr/local/var/postgres"?
FATAL: database "hector" does not exist
LOG: received fast shutdown request
LOG: aborting any active transactions
LOG: autovacuum launcher shutting down
LOG: shutting down
LOG: database system is shut down
LOG: database system was shut down at 2017-01-04 11:14:55 CET
LOG: MultiXact member wraparound protections are now enabled
LOG: autovacuum launcher started
LOG: database system is ready to accept connections
FATAL: database "hector" does not exist
FATAL: role "postgres" does not exist
FATAL: role "postgres" does not exist
ERROR: syntax error at or near "ALTER" at character 22
STATEMENT: CREATE USER postgres
ALTER USER postgres WITH SUPERUSER;
FATAL: role "postgres" does not exist
FATAL: database "hector" does not exist
FATAL: role "postgres" does not exist
FATAL: role "root" does not exist
FATAL: database "hector" does not exist
ERROR: database "postgres" already exists
STATEMENT: CREATE DATABASE postgres WITH OWNER posgtres;
ERROR: database "postgres" already exists
STATEMENT: CREATE DATABASE postgres WITH OWNER postgres;
FATAL: database "hector" does not exist
ERROR: role "postgres" already exists
STATEMENT: CREATE ROLE postgres SUPERUSER CREATEDB CREATEROLE INHERIT LOGIN;