forked from gcgarner/IOTstack
-
Notifications
You must be signed in to change notification settings - Fork 307
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: fixes and doc improvements #570
Draft
ukkopahis
wants to merge
7
commits into
SensorsIot:master
Choose a base branch
from
ukkopahis:backup-fixes
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Commits on Jun 24, 2022
-
backup: only stop the stack for backup
Using docker-compose down/up will recreate the containers, possibly using different images if a manual "docker-compose pull" had been executed.
Configuration menu - View commit details
-
Copy full SHA for 198f878 - Browse repository at this point
Copy the full SHA 198f878View commit details -
Configuration menu - View commit details
-
Copy full SHA for de2c030 - Browse repository at this point
Copy the full SHA de2c030View commit details -
backup: fix to chown to correct group
Previous version only worked for "pi:pi" or similar, where user and group names are the same.
Configuration menu - View commit details
-
Copy full SHA for 5badc2f - Browse repository at this point
Copy the full SHA 5badc2fView commit details -
backup: improve reliability and documentation
* allow starting backup from any folder * automatically run using sudo (to never fail due to ./backup owned by root) * run post_backup.sh after 'docker-compose start', to minimize downtime when e.g. uploading backups to a remote server * chown all of ./backup to the appropriate user Fixes SensorsIot#566
Configuration menu - View commit details
-
Copy full SHA for 7de8016 - Browse repository at this point
Copy the full SHA 7de8016View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89d7cf0 - Browse repository at this point
Copy the full SHA 89d7cf0View commit details -
restore.sh: ensure run as root
* allow start from any current folder * chmod logfile to allow all to read it
Configuration menu - View commit details
-
Copy full SHA for eb1dcbe - Browse repository at this point
Copy the full SHA eb1dcbeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 922464c - Browse repository at this point
Copy the full SHA 922464cView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.