laravel-backup-restore

A package to restore database backups made with spatie/laravel-backup.

MIT License

Downloads
79.3K
Stars
162

Bot releases are visible (Hide)

laravel-backup-restore - v1.4.0 Latest Release

Published by github-actions[bot] 2 months ago

Changed

  • Added support for spatie/laravel-backup v9 and drop support for v8 and PHP 8.1 (#76)
laravel-backup-restore - v1.3.2

Published by github-actions[bot] 4 months ago

Changed

  • Show list of found files in db-dumps directory when NoDatabaseDumpsFound Exception is thrown. (#74)
laravel-backup-restore - v1.3.1

Published by github-actions[bot] 7 months ago

Changed

  • Display file name being downloaded (#65)
laravel-backup-restore - v1.3.0

Published by github-actions[bot] 9 months ago

Added

  • Add Support for Laravel 11 (#49)
laravel-backup-restore - v1.2.0

Published by github-actions[bot] 9 months ago

Added

  • Add Support to import bz2 compressed database dumps (#61)

Changed

  • Better unpacked dump detection (#62)
laravel-backup-restore - v1.1.5

Published by github-actions[bot] 9 months ago

Changed

  • Upgrade Pest to v2 (#50)

Fixed

  • Disable Process Timeout when importing Database backup (#55)
laravel-backup-restore - v1.1.4

Published by github-actions[bot] 11 months ago

Fixed

  • Add --host Option to psql command (#46)
laravel-backup-restore - v1.1.3

Published by github-actions[bot] 12 months ago

Changed

  • Update MySQL Importer to use CLI Arguments instead of Credentials File (#42)

Fixed

  • Respect dump_binary_path setting when importing database (#40)
laravel-backup-restore - v1.1.2

Published by github-actions[bot] 12 months ago

Fixed

  • Use DIRECTORY_SEPARATOR to support Windows (#38)
laravel-backup-restore - v1.1.1

Published by github-actions[bot] about 1 year ago

Fixed

  • Use Database Connection name when generating import shell command (#34)
laravel-backup-restore - v1.1.0

Published by github-actions[bot] about 1 year ago

Added

  • Add Support for PHP 8.3 (#31)

Changed

  • Replace Symfony Process with Illuminate Process (#30)
  • Update Artisan Command to use Laravel Prompts (#19)

Removed

  • Drop Support for Laravel 9 (#29)

Fixed

  • Check if CLI Dependencies are available before starting restore process (#28)
laravel-backup-restore - v1.0.2

Published by github-actions[bot] about 1 year ago

Fixed

  • Use Driver Name when creating DbImporter instead of Connection Name (#24)
laravel-backup-restore - v1.0.1

Published by github-actions[bot] about 1 year ago

Changed

  • Show Connection Details in Confirmation Prompt (#20)
laravel-backup-restore - v1.0.0

Published by github-actions[bot] over 1 year ago

First stable release

laravel-backup-restore - v0.3.1

Published by github-actions[bot] over 1 year ago

Fixed

  • Update version constraint of spatie/temporary-directory for better compatibility with other packages.
laravel-backup-restore - v0.3.0

Published by github-actions[bot] over 1 year ago

Added

  • Add Health Checks (#11)
laravel-backup-restore - v0.2.0

Published by stefanzweifel over 1 year ago

Added

  • Add --reset option to wipe database before importing backup #8
laravel-backup-restore - v0.1.0

Published by stefanzweifel over 1 year ago

Added

  • Initial Version