-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Backup directory ? #7
Comments
The provided Docker version has been prepared for testing & development (see readme). The integrated backup feature is designed for small production instances. It could be used in Docker - but you would need to manage moving backed up files out of the Docker data volumes so that you have a separate backup state somewhere else. You could do that via binds for example, but you would need to handle that yourself. While its possible, I would suggest backing up the Docker volumes directly. For most, its the easiest solution and you could use the same system you use for other Docker volumes you might have. |
ok, that makes sense. Mine is not as critical and hence I will host my production via docker. The docker directories are backed up regularly. I was just thinking that especially the postgresql part should be exported rather then flat-file backup. |
It does not hurt, to also run the integrated backup to have a few states of the database. You just need to configure a target directory in the REI3 admin panel, like For backups in production, I would connect to the Postgres database service to run proper DB backup tools. |
Cool, thanks. I will check. This is a pretty lo-fi setup here. I am trying to build a management app for our local skiclub :D |
Update: I got the backup setup done. Putting a full directory path into the config panel worked. Just had to make sure I hit a mounted volume from docker. Now I can grab it from there. Thanks. |
Got to reopen.... I now get this error in the logs: My given backup directory though started to have things in it. Which directory is it trying to access/create? |
The directory So either the directory was removed/moved after the fact (though no idea why) or (more likely) the relative path To confirm if we have a general issue, I started a fresh container. After creating the backup dir (in my case |
Hi Team,
where is the backup directory configured through the docker file? I wanted to activate automated backups. Do I need to get into the installed app-node server and find the config.json or can I do that through the yml file?
Thanks,
Daniel
The text was updated successfully, but these errors were encountered: