Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automated cherry pick of #377: fix: ocboot upgrading content #378

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/getting-started/_parts/_quickstart-faq-reset.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

1. 参考[卸载文档](../../operations/uninstallation#ocboot)清理环境。

2. 重新运行 ocboot 的 run.py 脚本。
2. 重新运行 ocboot 的 `ocboot.sh run.py` 脚本。
6 changes: 5 additions & 1 deletion docs/getting-started/onpremise/quickstart-virt.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ import FAQReset from '../_parts/_quickstart-faq-reset.md';

参考文档 [添加计算节点](./host) 。

### 6. 其它问题?
### 6. 如何升级?

参考文档 [通过 ocboot 升级](../../operations/upgrading/ocboot-upgrade) 。

### 7. 其它问题?

其它问题欢迎在 Cloudpods github issues 界面提交: [https://github.com/yunionio/cloudpods/issues](https://github.com/yunionio/cloudpods/issues) , 我们会尽快回复。
2 changes: 1 addition & 1 deletion docs/operations/upgrading/ocboot-upgrade.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ import OcbootReleaseDownload from '../../getting-started/_parts/_quickstart-ocbo

如果没有设置免密码登录,请使用 `ssh-copy-id -i ~/.ssh/id_rsa.pub root@PRIMARY_MASTER_HOST` 命令把公钥下发到自己环境对应的节点。

升级的版本号可以到 [CHANGELOG 3.10 页面](../../development/changelog/release-3_10/) 查询。
可升级的版本号可以到 [发布日志 3.11 页面](../../release-notes/v3_11_x) 查询。

### 执行升级命令

Expand Down
Loading