websoft9/install
qiaofeng1227 298ff2e010 changelog
2023-07-24 17:55:37 +08:00
..
install.sh changelog 2023-07-24 17:55:37 +08:00
install_release.sh change docs 2023-07-03 10:36:36 +08:00
README.md docs 2023-07-21 11:42:36 +08:00
update.sh change docs 2023-07-03 10:36:36 +08:00
update_appstore.sh change docs 2023-07-03 10:36:36 +08:00

Install and Upgrade

Install

Install Path

便于升级、便于用户使用的产品文件目录组织结构

  • 微服务容器:/stackhub/docker
  • Cockpit 插件:/stackhub/cockpit
  • 安装和升级脚本: /stackhub/install
  • Appstore 后台源码: /stackhub/appmanage
  • cli: /stackhub/cli(待定)

Upgrade

升级主要分成软件商店升级和内核升级。

软件商店升级

主要是软件商店插件更新后引起的升级。 当本地 appstore 版本小于最新 version.json 的版本时,升级 appstore 插件以及 library 制品。

内核升级

内核升级会将所有组件升级到最新,除了软件商店升级外,还需要升级以下内容:

  1. docker cockpit 系统组件
  2. 后台微服务容器
  3. cockpit 对应插件

升级都会从制品库获取 version.json 对应版本的制品。

升级限制

内核升级可能会因为架构系统等原因无法升级,在 version.json 中含有支持升级操作系统依赖,据此来判断是否能升级。