From 100e2e57a799781d23f134acaf47ce454a468be6 Mon Sep 17 00:00:00 2001 From: Feng Ruohang Date: Fri, 7 Aug 2026 19:46:28 +0800 Subject: [PATCH] docs: restore the legacy-user drop-in path in both READMEs Condensing the READMEs dropped the systemd drop-in that keeps data ownership stable when silo.service takes over an existing minio.service, which the rebrand guard pins in both files precisely so it cannot vanish quietly. The path is back as a clause in the install note rather than a section, so the guard is satisfied and the migration-critical detail stays discoverable in the repository, not only on the portal. Co-Authored-By: Claude Opus 5 (1M context) Signed-off-by: Feng Ruohang --- README.md | 2 +- README_ZH.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bde9874e9..4a58b2df3 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ docker exec silo mcli mb local/demo && docker exec silo mcli ls local | Kubernetes | Helm chart, see [Download & Install](https://silo.pgsty.com/download/) | | Source | `go build -o silo . && ./silo --version` | -Every release ships checksums, SPDX SBOMs, Sigstore-signed manifests, and GitHub build attestations. Installation methods and verification commands are documented at [Download & Install](https://silo.pgsty.com/download/); migrating from upstream MinIO — including taking over an existing `minio.service` and its `/etc/default/minio` — is covered by the [migration guide](https://silo.pgsty.com/compatibility/migration/) and the [binary & service notes](https://silo.pgsty.com/compatibility/binary/). +Every release ships checksums, SPDX SBOMs, Sigstore-signed manifests, and GitHub build attestations. Installation methods and verification commands are documented at [Download & Install](https://silo.pgsty.com/download/); migrating from upstream MinIO — taking over an existing `minio.service` and its `/etc/default/minio`, and keeping data ownership stable with a `/etc/systemd/system/silo.service.d/10-legacy-user.conf` drop-in — is covered by the [migration guide](https://silo.pgsty.com/compatibility/migration/) and the [binary & service notes](https://silo.pgsty.com/compatibility/binary/). ## Compatibility diff --git a/README_ZH.md b/README_ZH.md index 15132cdbb..dac446a6a 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -81,7 +81,7 @@ docker exec silo mcli mb local/demo && docker exec silo mcli ls local | Kubernetes | Helm Chart,参见[下载与安装](https://silo.pgsty.com/zh/download/) | | 源码构建 | `go build -o silo . && ./silo --version` | -每个版本都附带校验和、SPDX SBOM、Sigstore 签名清单与 GitHub 构建证明。完整安装方式与验证命令见[下载与安装](https://silo.pgsty.com/zh/download/);从上游 MinIO 迁移 —— 包括接管既有 `minio.service` 与 `/etc/default/minio` —— 见[迁移指南](https://silo.pgsty.com/zh/compatibility/migration/)与[二进制与服务说明](https://silo.pgsty.com/zh/compatibility/binary/)。 +每个版本都附带校验和、SPDX SBOM、Sigstore 签名清单与 GitHub 构建证明。完整安装方式与验证命令见[下载与安装](https://silo.pgsty.com/zh/download/);从上游 MinIO 迁移 —— 接管既有 `minio.service` 与 `/etc/default/minio`,并用 `/etc/systemd/system/silo.service.d/10-legacy-user.conf` drop-in 保持数据属主不变 —— 见[迁移指南](https://silo.pgsty.com/zh/compatibility/migration/)与[二进制与服务说明](https://silo.pgsty.com/zh/compatibility/binary/)。 ## 兼容性