What's Changed
- software: Do not copy configs under '/etc/apt/' direcory
- software: add custom_configs option
- Fix database file path
- software: Try to find real service name by package name
- software: Fix race conditions in migration logger
- software: Create referenced directories
So... What was this fixed for?
- Fixed issue with missing GPG keys in APT source list.
- Fixed /etc/exports file not being copied.
- Fixed unable to find NFS services's real name. (Alias: nfs-kernel-server, Real Name: nfs-server)
- Fixed race condition issues that caused incomplete or missing logs.
- Fixed missing shared directory issue on migrated NFS server.
Tested Environment
- cm-cicada Software Migration Workflow
- Source Computing Environment
- Web server: NGINX (HTTP server and SSL server with self-signed certificate), Docker installed
- NFS Server: nfs-kernel-server, Docker installed
- Target Computing Environemnt
- Azure VMs deployed by cb-tumblebug v0.10.1
Full Changelog: v0.2.2...v0.2.3