Back to Changelog
v1.0.268
Migration resilience: fallback chains for maildir transfer, cron discovery, and database import
New Features
3- Email maildir transfer now falls back to rsync (with --partial and SSH key support) when tar stream fails, preventing silent zero-message imports
- Cron job discovery now falls back to /var/spool/cron/{user} (RHEL) and /var/spool/cron/crontabs/{user} (Debian) when crontab -l fails or returns empty, with support for @reboot/@daily shortcuts and MAILTO/PATH env line filtering
- Database import uses error-driven retries: DEFINER clause stripping for ERROR 1449/1227, max-allowed-packet increase for gone-away errors, and sql_mode=empty for strict-mode type conversion failures (ERROR 1292/1366)