Upgrade guide misses pre-2026.8.6 backup credential file names
还没有人认领这个 Issue。
评估
- 难度
- 1/5
- 预计耗时
- 1 小时以内
- 新手友好度
- 85/100
- Issue 类型
- 文档
- 描述清晰度
- 描述清楚
- 活跃度
- 活跃
- 领域
- devops, documentation
调研方向
该 issue 指向文件 guides/upgrade-to-onebox-names。请阅读该指南以了解其结构。修复方法是添加一个步骤,指导用户通过将服务名和目标名中的连字符加倍来重命名 /var/lib/onebox/app/backup/secrets/ 中的特定 .env 文件。通过查看 issue #206 中引用的备份凭据处理代码来验证命名模式。此更改纯属文本内容;'done' 表示指南已包含新步骤。
由索引模型根据 Issue 内容生成。
描述
Problem
#206 removed MigrateBackupCredentialFiles, which copied a backup credential stored under the pre-2026.8.6 file name to the escaped name. On a host last deployed before 2026.8.6 whose protected service or target name contains a hyphen (for example service main-db, target s3-eu), the credential exists only as main-db-s3-eu.env. After the upgrade, Compose and the backup units read main--db-s3--eu.env, which does not exist, so scheduled backups and restores fail with a missing credential file.
Fix
Add a step to guides/upgrade-to-onebox-names: for each protected service and target with a hyphen, rename <service>-<target>.env under /var/lib/onebox/app/backup/secrets/ to the escaped form (- doubled in each part) before the first deploy.
- 主要语言
- Go
- 星标
- 3
- 派生
- 0
- 平均合并
- 2 小时 44 分钟
- 30 天内合并 PR
- 49
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
labstack/onebox 的其他 Issue
-
bug
难度 1/5 1 小时以内 新手友好度 80/100
-
bug
难度 1/5 1 小时以内 新手友好度 85/100
-
bug
难度 3/5 1-2 天 新手友好度 65/100
-
难度 4/5 3-5 天 新手友好度 55/100
-
难度 4/5 3-5 天 新手友好度 48/100
相似的 Issue
-
bug github_actions
难度 2/5 1-3 小时 新手友好度 75/100
registrystack/registry-stack#1393 ·
-
难度 2/5 1-3 小时 新手友好度 75/100
JakeChampion/lang#10213 ·
-
难度 2/5 1-3 小时 新手友好度 70/100
oasisprotocol/oasis-sdk#2523 ·
-
难度 2/5 1-3 小时 新手友好度 75/100
-
难度 2/5 1-3 小时 新手友好度 70/100