hi everyone, I have completed simple set up and would like to try backup and recovery on my ubuntu vm.
After running the command, I checked by ~/Downloads/stolonbackup and saw no files there.
stolonctl update --patch ‘{ “pgParameters” : { “archive_mode”: “on”, “archive_command”: “PGDATABASE=postgres PGPASSWORD=supassword WALG_FILE_PREFIX=~/Downloads/stolonbackup wal-g wal-push ~/data/postgres0/postgres” } }’ --cluster-name=stolon-cluster --store-backend=etcdv3
~/data/postgres0/postgres => ~/data/postgres0 is the --data-dir declared when I created my keeper
~/Downloads/stolonbackup => file path I would like to store my backup files at
Am I doing something wrong? I can’t figure it out as there’s no error msgs after running this command.