You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all.
Maybe you can help me out.
I am beginning with autorestic and in general i am quite new to Docker but as I am running one website in docker (Odoo with postgresql db) I would like to give this tool a try to backup some of my named volumes (e.g. Odoo web volume but for Postgresql i will be using pgdump via "pg back web" app that i setup and I successfully backup and restore the db).
In any case with autorestic I am having quite some challenges as in official web I dont find example of docker-compose.yml file so not sure how can i deploy container.
I pulled image with "docker pull "cupkakearmy/autorestic" and here I am stucked :). Do you have any simple docker-compose.yml file that i could use and rewrite for my purposes?
My further question would also if i should actually deploy container to use autorestic commands as when i try to write in the shell (via SSH in my local host) any autorestic command it does not work. I tried to create test autorestic.yaml file within my local host /path/to/my/autorestic.yaml and when i run "autorestic backup -a" i just get the following error: "-sh: autorestic: command not found".
I assume my question is very silly for many of you but yeah I hope you can help me out a bit with some basics for autorestic. I just need to pass this step with backup/restore of volumes to be able to start running my website also in production with confidence.
I also hope in future the autorestic page "https://autorestic.vercel.app/" will also be updated for the users like myself (beginner) to understand it.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi all.
Maybe you can help me out.
I am beginning with autorestic and in general i am quite new to Docker but as I am running one website in docker (Odoo with postgresql db) I would like to give this tool a try to backup some of my named volumes (e.g. Odoo web volume but for Postgresql i will be using pgdump via "pg back web" app that i setup and I successfully backup and restore the db).
In any case with autorestic I am having quite some challenges as in official web I dont find example of docker-compose.yml file so not sure how can i deploy container.
I pulled image with "docker pull "cupkakearmy/autorestic" and here I am stucked :). Do you have any simple docker-compose.yml file that i could use and rewrite for my purposes?
My further question would also if i should actually deploy container to use autorestic commands as when i try to write in the shell (via SSH in my local host) any autorestic command it does not work. I tried to create test autorestic.yaml file within my local host /path/to/my/autorestic.yaml and when i run "autorestic backup -a" i just get the following error: "-sh: autorestic: command not found".
I assume my question is very silly for many of you but yeah I hope you can help me out a bit with some basics for autorestic. I just need to pass this step with backup/restore of volumes to be able to start running my website also in production with confidence.
I also hope in future the autorestic page "https://autorestic.vercel.app/" will also be updated for the users like myself (beginner) to understand it.
Thank you guys!
Beta Was this translation helpful? Give feedback.
All reactions