Hi,
not sure if this is supposed to work or I just got lucky so far, anyway…
since latest 6.6 stable release (6.6-a89d075) lxc copy --refresh of a running host from 5.21 LTS to 6.6-a89d075 throws:
(slightly different messages depending on the mode)
# lxc copy --refresh XXX --mode pull yyy:XXX-dr
Error: Failed instance creation: Error transferring instance data: Failed migration on target: Live migration is not supported for containers
# lxc copy --refresh XXX --mode push yyy:XXX-dr
Error: Error transferring instance data: Failed migration on target: Live migration is not supported for containers
# lxc copy --refresh XXX --mode relay yyy:XXX-dr
Error: Error transferring instance data: Failed migration on target: Live migration is not supported for containers
it still works between two 6.6/latest servers, is it supposed to work between 5 and 6?