- Notifications
You must be signed in to change notification settings - Fork86
Open
Labels
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 itpg_probackup-11 restore -B /mnt/backups/ --instance some_inst -D /path
But I get this errorERROR: Agent error: Permission denied
If "some_inst" is not avaliable?
I want to restore without ssh agent.