Open
Description
Hello!
Why when i run command
pg_probackup catchup --source-pgdata=/master-pgdata --destination-pgdata=/replica-pgdata -p 5432 -d postgres -U remote-postgres-user --stream --backup-mode=FULL --remote-host=remote-hostname --remote-user=remote-unix-username -j 4
pg_probackup doesn't create a recovery configuration file?
--restore-as-replica doesn't work with catchup,
Can you add this functionality?