We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca945ed commit e712e4bCopy full SHA for e712e4b
_integration-test/test_02_backup.py
@@ -54,6 +54,7 @@ def test_02_import(setup_backup_restore_env_variables):
54
[
55
"rsync",
56
"-aW",
57
+ "--fake-super",
58
"--numeric-ids",
59
"--no-compress",
60
"--mkpath",
action.yaml
@@ -111,7 +111,7 @@ runs:
111
shell: bash
112
run: |
113
sudo chown root /usr/bin/rsync && sudo chmod u+s /usr/bin/rsync
114
- rsync -aW --numeric-ids --no-compress --mkpath \
+ rsync -aW --fake-super --numeric-ids --no-compress --mkpath \
115
/var/lib/docker/volumes/sentry-postgres \
116
/var/lib/docker/volumes/sentry-clickhouse \
117
/var/lib/docker/volumes/sentry-kafka \
0 commit comments