Upgrade

Note that due to to how we structure the ova’s cm10 app, bootc upgrade will only apply OS updates and /opt/mocm template folder changes, not the working folder /var/opt/mocm

  1. Download new bootc image archive mocm.tar.zst from bootc image build
  1. Run as root
Typescript
Copy
  1. In the VM, run bootc switch --transport oci-archive <full path to mocm.tar.zst> An error “unsupported transport oci-archive for looking up local images” may appear, this is normal. bootc seems to check if the target path is an image first before parsing the --transport parameter
  • As long as the archive image is queued for the next boot, it should be okay to proceed.
  1. Restart machine
Typescript
Copy
  1. On next boot, updates are applied to the OS and the /opt/mocm folder
  2. Stop and disable mocm services
Typescript
Copy
  1. Rerun /opt/mocm/lib/init-filesystem.sh to apply the new changes Currently, may remove some user-applied changes (anything that is not written in template .tpl format setting files or not located in /etc/opt/mocm/, which is the designated folder for user-specific setting files)
  2. Reboot after applying the relabel changes.
Typescript
Copy
  1. Start mocm services
Typescript
Copy
VariableType to search · ESC to discard
GlossaryType to search · ESC to discard
InsertType to search · ESC to discard
No matches
On This Page
Upgrade