May 2019
Intermediate to advanced
600 pages
20h 46m
English
How do you decide at what point to recover to? The point where we stop recovery is known as the recovery target. The most straightforward way is to do this based on a timestamp.
In the recovery.conf file, you can add (or uncomment) a line that says the following or something similar:
recovery_target_time = '2018-06-01 16:59:14.27452+01'
Note that you need to be careful to specify the time zone of the target so that it matches the time zone of the server that wrote the log. That might differ from the time zone of the current server, so be sure to double-check them.
After that, you can check the progress during a recovery by running queries in hot standby mode. By default, when hot standby mode is enabled, the recovered server ...
Read now
Unlock full access