DBA Hub

📋Steps in this guide1/1

How to do wal switch manually

postgres=# select pg_switch_wal(); pg_switch_wal --------------- 0/1D392648 (1 row)

postgresql configurationintermediate
by PostgreSQL
14 views
1

How to do wal switch manually

Code/Command (click line numbers to comment):

1
2
3
4
5
6
postgres=#
select pg_switch_wal();
pg_switch_wal
---------------
0/1D392648
(1 row)

Comments (0)

Please to add comments

No comments yet. Be the first to comment!