mirror of
https://github.com/lxc/incus.git
synced 2026-02-05 09:46:19 +01:00
1.6 KiB
1.6 KiB
(migration)=
Migration
Incus provides tools and functionality to migrate instances in different contexts.
- Migrate existing Incus instances between servers
- The most basic kind of migration is if you have an Incus instance on one server and want to move it to a different Incus server.
For virtual machines, you can do that as a live migration, which means that you can migrate your VM while it is running and there will be no downtime.
See {ref}
move-instancesfor more information. - Migrate physical or virtual machines to Incus instances
- If you have an existing machine, either physical or virtual (VM or container), you can use the
incus-migratetool to create an Incus instance based on your existing machine. The tool copies the provided partition, disk or image to the Incus storage pool of the provided Incus server, sets up an instance using that storage and allows you to configure additional settings for the new instance.See {ref}
import-machines-to-instancesfor more information. - Migrate instances from LXC to Incus
- If you are using LXC and want to migrate all or some of your LXC containers to an Incus installation on the same machine, you can use the
lxc-to-incustool. The tool analyzes the LXC configuration and copies the data and configuration of your existing LXC containers into new Incus containers.See {ref}
migrate-from-lxcfor more information.
:maxdepth: 1
:hidden:
Move instances <howto/move_instances>
Import existing machines <howto/import_machines_to_instances>
Migrate from LXC <howto/migrate_from_lxc>