On Mon, Feb 22, 2021 at 3:42 PM Luca Ferrari <fluca1...@gmail.com> wrote: > If, instead, I do pg_wal_replay_resume(), the server is promoted (of > course not at the PITR I want). > Am I missing something?
Apparently I was missing caffeine and confused the usage of the functions. pg_wal_replay_resume was what I was looking for. Sorry for the noise. Luca