An empty BACKUP_ARCHIVE_PASSWORD in your .env now disables encryption, as documented. Previously the empty string was treated as a password, which made the backup fail with ZipArchive::close(): Invalid argument.
Thanks to @jeffersongoncalves for tracking this down.
What's Changed
- Fix an empty-string archive password silently enabling encryption by @jeffersongoncalves in #1984
New Contributors
- @jeffersongoncalves made their first contribution in #1984
Full Changelog: 10.3.2...10.3.3