How to verify archive mode is enabled or not
Login to PostgreSQL database with super privilege
postgres=#
postgres=# show archive_mode;
archive_mode
--------------
off
(1 row)
postgres=#
Dream Always Dream , if you don't work on it : Real-world Oracle DBA troubleshooting guides for RAC, Data Guard, RMAN, performance tuning, upgrades, backups, and cloud migration. Tested in production environments.
How to verify archive mode is enabled or not
Login to PostgreSQL database with super privilege
postgres=#
postgres=# show archive_mode;
archive_mode
--------------
off
(1 row)
postgres=#
If you want to know how much time a session has waited on each wait event , here are the most useful queries. 1. Current Session Wait Info...