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

Add Support to import bz2 compressed database dumps #61

Closed alies-dev closed 10 months ago

alies-dev commented 10 months ago

spatie/db-dumper supports it out of the box:

image