DBA Hub

📋Steps in this guide1/1

Find archiver process status

postgres# select * from pg_stat_archiver; -[ RECORD 1 ]------+--------------------------------- archived_count     | 0 last_archived_wal  | last_archived_time | failed_count.      | 0 last_failed_wal.   | last_failed_time   | stats_reset        | 26-SEP-20 11:13:08.540237 +03:00

postgresql configurationintermediate
by PostgreSQL
30 views
1

Find archiver process status

Code/Command (click line numbers to comment):

1
2
3
4
5
6
7
8
9
10
postgres#
select * from pg_stat_archiver;
-[ RECORD 1 ]------+---------------------------------
archived_count     | 0
last_archived_wal  |
last_archived_time |
failed_count.      | 0
last_failed_wal.   |
last_failed_time   |
stats_reset        | 26-SEP-20 11:13:08.540237 +03:00

Comments (0)

Please to add comments

No comments yet. Be the first to comment!