linuxserver / docker-grocy

A container for grocy - the ERP application for your kitchen https://grocy.info
GNU General Public License v3.0
333 stars 44 forks source link

Backup Grocy Data #16

Closed JunkyardCat closed 3 years ago

JunkyardCat commented 4 years ago

How do i backup grocy data? I just want to copy over my data from one server to another Thanks

lyz-code commented 4 years ago

All data is stored in the /config directory, if you've mounted a volume there, you should be able to copy it to the new location

github-actions[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

JunkyardCat commented 4 years ago

@lyz-code Thanks. Does the config path also contain the images? Im using linuxserver docker image not sure if thats has any effect?

lyz-code commented 4 years ago

Nope, the docker image is not stored into the config path directory.

If you want to backup a specific version you can either save the git repository where the Dockerfile is defined, or do a docker pull of that specific version in another machine so you can do a push to a docker repository in case the linuxserver people decide to remove that specific version from their dockerhub account.

dieselman8228 commented 3 years ago

I have Backups from a windows version of grocy is it possible to transfer them to Linux. they are just the inventory and barcode buddy backups?

homerr commented 3 years ago

Probably, this isn't where you'll get this answer I'm afraid you'll probably be best asking in their subreddit if this is possible... in theory it should be if the files are the same (and I imagine they are)