I am currently in the process of migrating a server running several linux containers to a server managed by proxmox. In the past when i moved a linux container to a different host i just used the LXD API, simplestreams protocol and executed a lxc copy
command - quite simple. But how is it done if the remote is managed by proxmox so that the migrated container is known to proxmox afterwards?
Asked
Active
Viewed 412 times
2

harald
- 403
- 2
- 6
- 19
-
1Have you checked this guide https://amoldighe.github.io/2018/07/24/proxmox-move/ and this script https://www.jamescoyle.net/how-to/2863-move-proxmox-container-to-different-storage-2 – A.Newgate Nov 01 '21 at 09:16