Open
Description
Make pg_probackup restore from mounted store to local path without agent?
For example
/mnr/backups - mount store with backups
/path - somthing empty path wanting to restore
I tried it pg_probackup-11 restore -B /mnt/backups/ --instance some_inst -D /path
But I get this error ERROR: Agent error: Permission denied
If "some_inst" is not avaliable?
I want to restore without ssh agent.