Commit 15b9726
fix(docs): update deployment procedure for dockerized environment
Fixes: #4776
Changes:
- Switch to USER root when writing files under /etc, then switch
back to USER scylla for runtime.
Older Scylla images (e.g. 2025.1) used root as the default build
user, so writes to /etc succeeded. Newer images (2025.4) use non
root user scylla by default, causing Permission denied on /etc
writes.
- Replaced echo ... > file style writes with robust heredoc
writes. Heredocs avoid quoting/escaping issues and ensure valid
multiline config files.
- Removed version: "3.7" from compose file. Compose spec v2 no
longer requires it1 parent bc7a7e4 commit 15b9726
2 files changed
Lines changed: 23 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | 1 | | |
4 | 2 | | |
5 | 3 | | |
| |||
0 commit comments