1
2
3
4
5
6
7
8
9
10
11
|
root@develop-pg-node-02:~# tail -f /var/log/postgresql/postgresql-16-main.log
2024-10-17 00:13:17.047 CST [3850] LOG: listening on IPv6 address "::", port 5432
2024-10-17 00:13:17.056 CST [3850] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
2024-10-17 00:13:17.071 CST [3853] LOG: database system was interrupted; last known up at 2024-10-17 00:08:43 CST
2024-10-17 00:13:17.149 CST [3853] LOG: entering standby mode
2024-10-17 00:13:17.149 CST [3853] LOG: starting backup recovery with redo LSN 0/2000110, checkpoint LSN 0/2000148, on timeline ID 1
2024-10-17 00:13:17.162 CST [3853] LOG: redo starts at 0/2000110
2024-10-17 00:13:17.167 CST [3853] LOG: completed backup recovery with redo LSN 0/2000110 and end LSN 0/20001E8
2024-10-17 00:13:17.167 CST [3853] LOG: consistent recovery state reached at 0/20001E8
2024-10-17 00:13:17.167 CST [3850] LOG: database system is ready to accept read-only connections
2024-10-17 00:13:17.196 CST [3854] LOG: started streaming WAL from primary at 0/3000000 on timeline 1
|