All notable changes to laravel-backup-restore
will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
v1.5.1 - 2025-01-13
- Add Support for laravel/prompts v0.2 and v0.3 (#87)
v1.5.0 - 2024-11-13
- Add Support for PHP 8.4 (#82)
v1.4.2 - 2024-10-20
- Use local.root value in getAbsolutePathToLocalDecompressedBackup (#80)
v1.4.1 - 2024-08-20
- Remove single quotes from restore command when restoring MySQL dump (#79)
v1.4.0 - 2024-08-07
- Added support for spatie/laravel-backup v9 and drop support for v8 and PHP 8.1 (#76)
v1.3.2 - 2024-06-08
- Show list of found files in db-dumps directory when NoDatabaseDumpsFound Exception is thrown. (#74)
v1.3.1 - 2024-03-20
- Display file name being downloaded (#65)
v1.3.0 - 2024-02-07
- Add Support for Laravel 11 (#49)
v1.2.0 - 2024-01-31
- Add Support to import bz2 compressed database dumps (#61)
- Better unpacked dump detection (#62)
v1.1.5 - 2024-01-09
- Upgrade Pest to v2 (#50)
- Disable Process Timeout when importing Database backup (#55)
v1.1.4 - 2023-11-13
- Add --host Option to psql command (#46)
v1.1.3 - 2023-11-01
- Update MySQL Importer to use CLI Arguments instead of Credentials File (#42)
- Respect dump_binary_path setting when importing database (#40)
v1.1.2 - 2023-10-27
- Use DIRECTORY_SEPARATOR to support Windows (#38)
v1.1.1 - 2023-10-17
- Use Database Connection name when generating import shell command (#34)
v1.1.0 - 2023-10-16
- Add Support for PHP 8.3 (#31)
- Replace Symfony Process with Illuminate Process (#30)
- Update Artisan Command to use Laravel Prompts (#19)
- Drop Support for Laravel 9 (#29)
- Check if CLI Dependencies are available before starting restore process (#28)
- Use Driver Name when creating DbImporter instead of Connection Name (#24)
- Show Connection Details in Confirmation Prompt (#20)
First stable release
- Update version constraint of
spatie/temporary-directory
for better compatibility with other packages.
- Add Health Checks (#11)
- Add
--reset
option to wipe database before importing backup #8
- Initial Version