mirror of
https://github.com/YunoHost-Apps/yunorunner_ynh.git
synced 2024-09-03 20:36:13 +02:00
547 B
547 B
This upgrade migrates from LXD to Incus !
It does NOT handle migration as it's unstable, but rather creates a fresh incus
configuration.
If you still want to migrate, you need to:
- Install the incus app:
yunohost app install incus
- Run the migration tool:
lxd-to-incus
- Remove LXD:
yunohost app remove lxd
- Rename the
lxdbr0
orlxdbr1
network toincusbr0
:
incus network detach-profile lxdbr1 default
incus network rename lxdbr1 incusbr0
incus network attach-profile incusbr0 default
… Maybe some other steps ?