stefanzweifel / laravel-backup-restore

A package to restore database backups made with spatie/laravel-backup.
https://stefanzweifel.dev/posts/2023/06/15/introducing-laravel-backup-restore
MIT License
165 stars 15 forks source link

Added support for spatie/laravel-backup v9 and drop support for v8 and PHP 8.1 #76

Closed pieterclaerhout closed 3 months ago

pieterclaerhout commented 3 months ago

This required all config settings to be present as described in the upgrade guide

Also fixed an issue where the restore command was asking twice for which disk to restore from.

stefanzweifel commented 3 months ago

Thanks @pieterclaerhout! Will take a closer look at this this evening.

Didn't notice that a new major version has been released. 🙈