Skip to content

Commit e712e4b

Browse files
committed
try --fake-super for uid/guid issue
1 parent ca945ed commit e712e4b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

_integration-test/test_02_backup.py

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ def test_02_import(setup_backup_restore_env_variables):
5454
[
5555
"rsync",
5656
"-aW",
57+
"--fake-super",
5758
"--numeric-ids",
5859
"--no-compress",
5960
"--mkpath",

action.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ runs:
111111
shell: bash
112112
run: |
113113
sudo chown root /usr/bin/rsync && sudo chmod u+s /usr/bin/rsync
114-
rsync -aW --numeric-ids --no-compress --mkpath \
114+
rsync -aW --fake-super --numeric-ids --no-compress --mkpath \
115115
/var/lib/docker/volumes/sentry-postgres \
116116
/var/lib/docker/volumes/sentry-clickhouse \
117117
/var/lib/docker/volumes/sentry-kafka \

0 commit comments

Comments
 (0)