Use these scripts to migrate or copy Home Assistant data between various installation environments (LXC Containers, Core, or Podman). These scripts must be executed from the Proxmox Shell.
Migration Scenarios
- LXC to LXC: Copy from a Home Assistant Container to another Home Assistant Container.
- LXC to Core: Copy from a Home Assistant Container to Home Assistant Core.
- LXC to Podman: Copy from a Home Assistant Container to Podman Home Assistant.
- Podman to LXC: Copy from Podman Home Assistant to a Home Assistant Container.
- Core to LXC: Copy from Home Assistant Core to a Home Assistant Container.
- Core to Core: Copy from Home Assistant Core to another Home Assistant Core.
# Example: Copy from Home Assistant Container to Home Assistant Core
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/copy-data/home-assistant-container-copy-data-home-assistant-core.sh)"