PackageTrack
Sign in Get early access

spatie/laravel-backup

A Laravel package to backup your application

10.3.2 26M downloads/mo #627 most downloaded on Packagist spatie/laravel-backup

What this package is like to depend on

Last release 3 days ago

20 Aug 2026

Release timing varies

gaps range from 8 days to 3 months

Nearly every release is documented

notes for 311 of 331 stable releases

Nothing withdrawn

no release was ever pulled

12 years old

331 releases · first in 2015

16 releases in the last 12 months

see the full history below

Release timeline

329 releases · Feb 2015 to Aug 2026
2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 60 of 331
  1. 10.3.2 20 Aug 2026
    Release notes

    What's Changed

    New Contributors

    Full Changelog: 10.3.1...10.3.2

    Open source →
    Release notes

    What's Changed

    • Bump actions/checkout from 4 to 7 by @dependabot[bot] in https://github.com/spatie/laravel-backup/pull/1981
    • Add support for --config option to override backup configuration by @robert-abram in https://github.com/spatie/laravel-backup/pull/1983

    New Contributors

    • @robert-abram made their first contribution in https://github.com/spatie/laravel-backup/pull/1983

    Full Changelog: https://github.com/spatie/laravel-backup/compare/10.3.1...10.3.2

    Open source →
  2. 10.3.1 28 Jul 2026
    Release notes

    When verify_backup is enabled, the file count of the created archive is now compared against the backup manifest. Previously the expected count was passed to the verification step but never checked, so verification only caught an unopenable or completely empty zip. A truncated archive now fails the backup with a BackupVerificationFailed exception.

    Thanks to @gazben for spotting this.

    What's Changed

    Full Changelog: 10.3.0...10.3.1

    Open source →
    Release notes

    When verify_backup is enabled, the file count of the created archive is now compared against the backup manifest. Previously the expected count was passed to the verification step but never checked, so verification only caught an unopenable or completely empty zip. A truncated archive now fails the backup with a BackupVerificationFailed exception.

    Thanks to @gazben for spotting this.

    What's Changed

    • Mention wnx/laravel-backup-restore in docs introduction page by @stefanzweifel in https://github.com/spatie/laravel-backup/pull/1980
    • Verify the archive file count against the manifest by @freekmurze in https://github.com/spatie/laravel-backup/pull/1982

    Full Changelog: https://github.com/spatie/laravel-backup/compare/10.3.0...10.3.1

    Open source →
  3. 10.3.0 10 Jun 2026
    Release notes

    Backup archives are now encrypted while they are being built (#1978)

    Previously the archive was written unencrypted and then rewritten with encryption by the EncryptBackupArchive listener, writing large backups to disk twice. Encryption is now applied per file while the zip is built, so the archive is only written once. The configuration (backup.backup.password and backup.backup.encryption) and the resulting archives are unchanged.

    Upgrade notes

    • Spatie\Backup\Listeners\EncryptBackupArchive is deprecated and no longer registered. If you registered this listener yourself, remove that registration. The class is kept and still works for backwards compatibility.
    • If you suppressed encryption by unregistering the listener while keeping a password configured, set backup.backup.encryption to 'none' instead.
    • If encryption cannot be applied (for example libzip without AES support), the backup now fails with BackupFailed instead of silently producing an unencrypted archive.

    What's Changed

    New Contributors

    Full Changelog: 10.2.2...10.3.0

    Open source →
    Release notes

    Backup archives are now encrypted while they are being built (#1978)

    Previously the archive was written unencrypted and then rewritten with encryption by the EncryptBackupArchive listener, writing large backups to disk twice. Encryption is now applied per file while the zip is built, so the archive is only written once. The configuration (backup.backup.password and backup.backup.encryption) and the resulting archives are unchanged.

    Upgrade notes

    • Spatie\Backup\Listeners\EncryptBackupArchive is deprecated and no longer registered. If you registered this listener yourself, remove that registration. The class is kept and still works for backwards compatibility.
    • If you suppressed encryption by unregistering the listener while keeping a password configured, set backup.backup.encryption to 'none' instead.
    • If encryption cannot be applied (for example libzip without AES support), the backup now fails with BackupFailed instead of silently producing an unencrypted archive.

    What's Changed

    • Encrypt archives while they are being built by @pellaras in https://github.com/spatie/laravel-backup/pull/1978

    New Contributors

    • @pellaras made their first contribution in https://github.com/spatie/laravel-backup/pull/1978

    Full Changelog: https://github.com/spatie/laravel-backup/compare/10.2.2...10.3.0

    Open source →
  4. 10.2.2 01 Jun 2026
    Release notes

    What's Changed

    • The backup:clean command now resolves the cleanup strategy from the config passed via --config instead of always using the default config's strategy (#1976). Reported in #1975.
    • Fixed a PHPStan error in File::mimeType() (#1977).
    Open source →
    Release notes

    What's Changed

    • The backup:clean command now resolves the cleanup strategy from the config passed via --config instead of always using the default config's strategy (#1976). Reported in #1975.
    • Fixed a PHPStan error in File::mimeType() (#1977).
    Open source →
  5. 10.2.1 24 Mar 2026
    Release notes

    Fix German translations in notifications.php

    Open source →
    Release notes

    Fix German translations in notifications.php

    Open source →
  6. 10.2.0 19 Mar 2026
    Release notes

    What's Changed

    • Downgrade PHP requirement from ^8.4 to ^8.3 by @erikn69 in #1966
    Open source →
    Release notes

    What's Changed

    • Downgrade PHP requirement from ^8.4 to ^8.3 by @erikn69 in https://github.com/spatie/laravel-backup/pull/1966
    Open source →
  7. 10.1.1 16 Mar 2026
    Release notes

    What's Changed

    Full Changelog: 10.1.0...10.1.1

    Open source →
    Release notes

    What's Changed

    • Storage include by @ndeblauw in https://github.com/spatie/laravel-backup/pull/1965

    Full Changelog: https://github.com/spatie/laravel-backup/compare/10.1.0...10.1.1

    Open source →
  8. 10.1.0 16 Mar 2026
    Release notes

    Add log_channel config option to control where backup activity logs are written. Set to a channel name to redirect logs, false to disable logging, or null (default) to keep existing behavior.

    Open source →
    Release notes

    Add log_channel config option to control where backup activity logs are written. Set to a channel name to redirect logs, false to disable logging, or null (default) to keep existing behavior.

    Open source →
  9. 10.0.2 08 Mar 2026
    Release notes

    Fix callMethodOnDumper treating false config values as no-argument calls (#1961)

    Open source →
    Release notes

    Fix callMethodOnDumper treating false config values as no-argument calls (#1961)

    Open source →
  10. 10.0.1 22 Feb 2026
    Release notes

    What's Changed

    New Contributors

    Full Changelog: 10.0.0...10.0.1

    Open source →
    Release notes

    What's Changed

    • update supported PHP and Laravel in Readme by @hebbet in https://github.com/spatie/laravel-backup/pull/1958
    • Add Laravel 13 support by @freekmurze in https://github.com/spatie/laravel-backup/pull/1960

    New Contributors

    • @hebbet made their first contribution in https://github.com/spatie/laravel-backup/pull/1958

    Full Changelog: https://github.com/spatie/laravel-backup/compare/10.0.0...10.0.1

    Open source →
  11. 10.0.0 17 Feb 2026
    Release notes

    What's new

    v10 is a major release requiring PHP 8.4+ and Laravel 12+. See the upgrade guide for migration instructions.

    Breaking changes

    • All events now carry primitive data (string $diskName, string $backupName) instead of BackupDestination or BackupDestinationStatus objects — events can now be used with queued listeners
    • consoleOutput() helper replaced by backupLogger()
    • ConsoleOutput class removed
    • BackupJob::disableNotifications() removed — use EventHandler::disable() instead
    • CleanupStrategy constructor changed from Repository $config to Config $config
    • Encryption config values changed from null/false/'default' to 'none'/'default'/'aes128'/'aes192'/'aes256'
    • BackupDestinationStatus::getHealthCheckFailure() replaced by getHealthCheckFailures() (returns a collection)

    New features

    • Resilient multi-destination backups with continue_on_failure config option
    • Backup verification (verify_backup config option)
    • Generic webhook notification channel
    • New command options: --filename-suffix, --exclude, --destination-path
    • Health check now reports all failures instead of stopping at the first one
    • storage/framework excluded by default
    • Events and notifications are now decoupled — events always fire, notifications are gated separately
    Open source →
  12. 9.4.1 15 Feb 2026
    Release notes

    What's Changed

    • Code quality improvements by @freekmurze in https://github.com/spatie/laravel-backup/pull/1956

    Full Changelog: https://github.com/spatie/laravel-backup/compare/9.4.0...9.4.1

    Open source →
  13. 9.4.0 31 Jan 2026
    Release notes

    What's Changed

    • Add missing continue_on_failure option to config by @BoGnY in https://github.com/spatie/laravel-backup/pull/1943
    • Fix notification dates to respect app timezone by @freekmurze in https://github.com/spatie/laravel-backup/pull/1953
    • Guard optional backup config keys for tenant-driven backups by @imhayatunnabi in https://github.com/spatie/laravel-backup/pull/1936
    • Restore notification defaults for legacy single-server installs by @imhayatunnabi in https://github.com/spatie/laravel-backup/pull/1935
    • Allow null or false for encryption config to disable encryption by @freekmurze in https://github.com/spatie/laravel-backup/pull/1954
    • Add --config option to reload configuration at runtime by @freekmurze in https://github.com/spatie/laravel-backup/pull/1955

    New Contributors

    • @BoGnY made their first contribution in https://github.com/spatie/laravel-backup/pull/1943

    Full Changelog: https://github.com/spatie/laravel-backup/compare/9.3.7...9.4.0

    Open source →
  14. 9.3.7 26 Nov 2025
    Release notes

    What's Changed

    • Аdd a link to the test icon by @sashaphmn in https://github.com/spatie/laravel-backup/pull/1937
    • Added Symfony 8 support to all symfony/* packages. by @thecaliskan in https://github.com/spatie/laravel-backup/pull/1941

    New Contributors

    • @sashaphmn made their first contribution in https://github.com/spatie/laravel-backup/pull/1937
    • @thecaliskan made their first contribution in https://github.com/spatie/laravel-backup/pull/1941

    Full Changelog: https://github.com/spatie/laravel-backup/compare/9.3.6...9.3.7

    Open source →
  15. 9.3.6 05 Nov 2025
    Release notes

    What's Changed

    • Fix: allows backups to continue when some destinations fail instead of failing completely by @imhayatunnabi in https://github.com/spatie/laravel-backup/pull/1933
    • Bump stefanzweifel/git-auto-commit-action from 6 to 7 by @dependabot[bot] in https://github.com/spatie/laravel-backup/pull/1931

    Full Changelog: https://github.com/spatie/laravel-backup/compare/9.3.5...9.3.6

    Open source →
  16. 9.3.5 14 Oct 2025
    Release notes

    What's Changed

    • Update issue template by @AlexVanderbist in https://github.com/spatie/laravel-backup/pull/1916
    • Fix tests after #1901 by @erikn69 in https://github.com/spatie/laravel-backup/pull/1917
    • Bump actions/checkout from 4 to 5 by @dependabot[bot] in https://github.com/spatie/laravel-backup/pull/1915
    • Fix phpstan message by @erikn69 in https://github.com/spatie/laravel-backup/pull/1919
    • Test PHP 8.5 by @erikn69 in https://github.com/spatie/laravel-backup/pull/1918
    • fix: rename excludeTables to exclude_tables by @IsraelOrtuno in https://github.com/spatie/laravel-backup/pull/1920
    • fix: resolve ZipArchive::open() return value not checked, BackupDestination::write() on exceptions, glob() returning false causes type errors by @imhayatunnabi in https://github.com/spatie/laravel-backup/pull/1921

    New Contributors

    • @IsraelOrtuno made their first contribution in https://github.com/spatie/laravel-backup/pull/1920
    • @imhayatunnabi made their first contribution in https://github.com/spatie/laravel-backup/pull/1921

    Full Changelog: https://github.com/spatie/laravel-backup/compare/9.3.4...9.3.5

    Open source →
  17. 9.3.4 25 Jul 2025
    Release notes

    What's Changed

    • Update installation-and-setup.md by @justrau in https://github.com/spatie/laravel-backup/pull/1907
    • Standardize language folders to BCP 47 format (pt_BR, zh_CN, zh_TW) by @samuelterra22 in https://github.com/spatie/laravel-backup/pull/1913
    • Bump stefanzweifel/git-auto-commit-action from 5 to 6 by @dependabot[bot] in https://github.com/spatie/laravel-backup/pull/1910

    New Contributors

    • @justrau made their first contribution in https://github.com/spatie/laravel-backup/pull/1907
    • @samuelterra22 made their first contribution in https://github.com/spatie/laravel-backup/pull/1913

    Full Changelog: https://github.com/spatie/laravel-backup/compare/9.3.3...9.3.4

    Open source →
  18. 9.3.3 20 May 2025
    Release notes

    What's Changed

    • Correct danish translation for "application" by @mathiaskastrup in https://github.com/spatie/laravel-backup/pull/1906

    New Contributors

    • @mathiaskastrup made their first contribution in https://github.com/spatie/laravel-backup/pull/1906

    Full Changelog: https://github.com/spatie/laravel-backup/compare/9.3.2...9.3.3

    Open source →
  19. 9.3.2 25 Apr 2025
    Release notes

    What's Changed

    • Improve port check condition by @miskith in https://github.com/spatie/laravel-backup/pull/1904

    New Contributors

    • @miskith made their first contribution in https://github.com/spatie/laravel-backup/pull/1904

    Full Changelog: https://github.com/spatie/laravel-backup/compare/9.3.1...9.3.2

    Open source →
  20. 9.3.1 24 Apr 2025
    Release notes

    What's Changed

    • DbDumperFactory: Ignore invalid ports by @CloCkWeRX in https://github.com/spatie/laravel-backup/pull/1901

    New Contributors

    • @CloCkWeRX made their first contribution in https://github.com/spatie/laravel-backup/pull/1901

    Full Changelog: https://github.com/spatie/laravel-backup/compare/9.3.0...9.3.1

    Open source →
  21. 9.3.0 23 Apr 2025
    Release notes

    What's Changed

    • Update backup.php by @Sairahcaz in https://github.com/spatie/laravel-backup/pull/1895
    • Use MariaDb dumper by @NiroDeveloper in https://github.com/spatie/laravel-backup/pull/1903

    New Contributors

    • @Sairahcaz made their first contribution in https://github.com/spatie/laravel-backup/pull/1895

    Full Changelog: https://github.com/spatie/laravel-backup/compare/9.2.9...9.3.0

    Open source →
  22. 9.2.9 03 Mar 2025
    Release notes

    Full Changelog: https://github.com/spatie/laravel-backup/compare/9.2.8...9.2.9

    Open source →
  23. 9.2.8 03 Mar 2025
    Release notes

    What's Changed

    • set config defaults
    • remove the only() from tests by @pxpm in https://github.com/spatie/laravel-backup/pull/1875
    • Include all supported databases by @SebKay in https://github.com/spatie/laravel-backup/pull/1876
    • Bump dependabot/fetch-metadata from 2.2.0 to 2.3.0 by @dependabot in https://github.com/spatie/laravel-backup/pull/1883
    • NotificationMailSenderConfig - remove redundant [ 'from' ] key by @mho22 in https://github.com/spatie/laravel-backup/pull/1884
    • Update Laravel & Spatie Backup Versions in introduction.md by @majdghithan in https://github.com/spatie/laravel-backup/pull/1886
    • Laravel 12 Support by @erikn69 in https://github.com/spatie/laravel-backup/pull/1889
    • Kazakh language support 🇰🇿 by @altynbek07 in https://github.com/spatie/laravel-backup/pull/1890

    New Contributors

    • @SebKay made their first contribution in https://github.com/spatie/laravel-backup/pull/1876
    • @majdghithan made their first contribution in https://github.com/spatie/laravel-backup/pull/1886

    Full Changelog: https://github.com/spatie/laravel-backup/compare/9.2.4...9.2.8

    Open source →
  24. 9.2.7 16 Feb 2025
    Release notes

    What's Changed

    • Kazakh language support 🇰🇿 by @altynbek07 in https://github.com/spatie/laravel-backup/pull/1890

    Full Changelog: https://github.com/spatie/laravel-backup/compare/9.2.6...9.2.7

    Open source →
  25. 9.2.6 14 Feb 2025
    Release notes

    What's Changed

    • Bump dependabot/fetch-metadata from 2.2.0 to 2.3.0 by @dependabot in https://github.com/spatie/laravel-backup/pull/1883
    • NotificationMailSenderConfig - remove redundant [ 'from' ] key by @mho22 in https://github.com/spatie/laravel-backup/pull/1884
    • Update Laravel & Spatie Backup Versions in introduction.md by @majdghithan in https://github.com/spatie/laravel-backup/pull/1886
    • Laravel 12 Support by @erikn69 in https://github.com/spatie/laravel-backup/pull/1889

    New Contributors

    • @majdghithan made their first contribution in https://github.com/spatie/laravel-backup/pull/1886

    Full Changelog: https://github.com/spatie/laravel-backup/compare/9.2.5...9.2.6

    Open source →
  26. 9.2.5 31 Jan 2025
    Release notes

    What's Changed

    • remove the only() from tests by @pxpm in https://github.com/spatie/laravel-backup/pull/1875
    • Include all supported databases by @SebKay in https://github.com/spatie/laravel-backup/pull/1876

    New Contributors

    • @SebKay made their first contribution in https://github.com/spatie/laravel-backup/pull/1876

    Full Changelog: https://github.com/spatie/laravel-backup/compare/9.2.4...9.2.5

    Open source →
  27. 9.2.4 27 Jan 2025
    Release notes

    What's Changed

    • [DOCS] Update installation-and-setup.md by @altynbek07 in https://github.com/spatie/laravel-backup/pull/1874
    • [BUG] merge published config with package config by @pxpm in https://github.com/spatie/laravel-backup/pull/1873

    New Contributors

    • @altynbek07 made their first contribution in https://github.com/spatie/laravel-backup/pull/1874
    • @pxpm made their first contribution in https://github.com/spatie/laravel-backup/pull/1873

    Full Changelog: https://github.com/spatie/laravel-backup/compare/9.2.3...9.2.4

    Open source →
  28. 9.2.3 22 Jan 2025
    Release notes

    What's Changed

    • Fix temp directory config path and add unit test by @NiroDeveloper in https://github.com/spatie/laravel-backup/pull/1872

    New Contributors

    • @NiroDeveloper made their first contribution in https://github.com/spatie/laravel-backup/pull/1872

    Full Changelog: https://github.com/spatie/laravel-backup/compare/9.2.2...9.2.3

    Open source →
  29. 9.2.2 20 Jan 2025
    Release notes

    What's Changed

    • feat: add Slovak language by @patressz in https://github.com/spatie/laravel-backup/pull/1870

    New Contributors

    • @patressz made their first contribution in https://github.com/spatie/laravel-backup/pull/1870

    Full Changelog: https://github.com/spatie/laravel-backup/compare/9.2.1...9.2.2

    Open source →
  30. 9.2.1 13 Jan 2025
    Release notes

    What's Changed

    • Allow overriding default implementation of TemporaryDirectory by @jonerickson in https://github.com/spatie/laravel-backup/pull/1846

    New Contributors

    • @jonerickson made their first contribution in https://github.com/spatie/laravel-backup/pull/1846

    Full Changelog: https://github.com/spatie/laravel-backup/compare/9.2.0...9.2.1

    Open source →
  31. 9.2.0 06 Jan 2025
    Release notes

    What's Changed

    • Test PHP 8.4 by @erikn69 in https://github.com/spatie/laravel-backup/pull/1852
    • Update overview.md by @lucasff in https://github.com/spatie/laravel-backup/pull/1858
    • Default config - Merge default backup config with user config by @mho22 in https://github.com/spatie/laravel-backup/pull/1863
    • Discord Notifications - Add limits in embed structures in discord notifications messages by @mho22 in https://github.com/spatie/laravel-backup/pull/1864

    New Contributors

    • @lucasff made their first contribution in https://github.com/spatie/laravel-backup/pull/1858
    • @mho22 made their first contribution in https://github.com/spatie/laravel-backup/pull/1863

    Full Changelog: https://github.com/spatie/laravel-backup/compare/9.1.3...9.2.0

    Open source →
  32. 9.1.3 21 Oct 2024
    Release notes

    Full Changelog: https://github.com/spatie/laravel-backup/compare/9.1.2...9.1.3

    Open source →
  33. 9.1.2 09 Oct 2024
    Release notes

    Full Changelog: https://github.com/spatie/laravel-backup/compare/9.1.1...9.1.2

    Open source →
  34. 9.1.1 23 Sep 2024
    Release notes

    Full Changelog: https://github.com/spatie/laravel-backup/compare/9.1.0...9.1.1

    Open source →
  35. 9.1.0 23 Sep 2024
    Release notes

    What's Changed

    • Fixing minor typo in Spanish language file. by @chessandrock in https://github.com/spatie/laravel-backup/pull/1822
    • Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 by @dependabot in https://github.com/spatie/laravel-backup/pull/1828
    • Update installation-and-setup.md by @diadal in https://github.com/spatie/laravel-backup/pull/1843
    • Update DbDumperFactory.php by @diadal in https://github.com/spatie/laravel-backup/pull/1842

    New Contributors

    • @chessandrock made their first contribution in https://github.com/spatie/laravel-backup/pull/1822
    • @diadal made their first contribution in https://github.com/spatie/laravel-backup/pull/1843

    Full Changelog: https://github.com/spatie/laravel-backup/compare/9.0.4...9.1.0

    Open source →
  36. 9.0.4 15 Jul 2024
    Release notes

    What's Changed

    • [9.x] Fix empty string in backup.notifications.discord.username to fail sending a notification by @RVxLab in https://github.com/spatie/laravel-backup/pull/1821

    New Contributors

    • @RVxLab made their first contribution in https://github.com/spatie/laravel-backup/pull/1821

    Full Changelog: https://github.com/spatie/laravel-backup/compare/9.0.3...9.0.4

    Open source →
  37. 9.0.3 09 Jul 2024
    Release notes

    What's Changed

    • Made ext-pcntl optional, as it was in v8. by @den1n in https://github.com/spatie/laravel-backup/pull/1814

    New Contributors

    • @den1n made their first contribution in https://github.com/spatie/laravel-backup/pull/1814

    Full Changelog: https://github.com/spatie/laravel-backup/compare/9.0.2...9.0.3

    Open source →
  38. 9.0.2 04 Jul 2024
    Release notes

    What's Changed

    • [9.x] Add support for both single email string and array of email strings by @vrusua in https://github.com/spatie/laravel-backup/pull/1810

    New Contributors

    • @vrusua made their first contribution in https://github.com/spatie/laravel-backup/pull/1810

    Full Changelog: https://github.com/spatie/laravel-backup/compare/9.0.1...9.0.2

    Open source →
  39. 9.0.1 03 Jul 2024
    Release notes

    What's Changed

    • allow null value for config option delete_oldest_backups_when_using_more_megabytes_than in https://github.com/spatie/laravel-backup/commit/ef8b0fab439b6209ad221a2139a68cd7b67d83eb

    Full Changelog: https://github.com/spatie/laravel-backup/compare/9.0.0...9.0.1

    Open source →
  40. 9.0.0 02 Jul 2024
    Release notes

    What's Changed

    • Dropped support for 8.1

    • Add types to the codebase by @Nielsvanpach in https://github.com/spatie/laravel-backup/pull/1799

    • Migrate config to DTOs by @Nielsvanpach in https://github.com/spatie/laravel-backup/pull/1800

    • Feature/use config object by @Nielsvanpach in https://github.com/spatie/laravel-backup/pull/1805

      • Update documentation internal links by @dualklip in https://github.com/spatie/laravel-backup/pull/1801
    • Update installation-and-setup.md by @Geoffry304 in https://github.com/spatie/laravel-backup/pull/1807

    • V9 release by @Nielsvanpach in https://github.com/spatie/laravel-backup/pull/1806

    • Chore/ci updates by @Nielsvanpach in https://github.com/spatie/laravel-backup/pull/1798

    New Contributors

    • @dualklip made their first contribution in https://github.com/spatie/laravel-backup/pull/1801
    • @Geoffry304 made their first contribution in https://github.com/spatie/laravel-backup/pull/1807

    Full Changelog: https://github.com/spatie/laravel-backup/compare/8.8.1...9.0.0

    Open source →
  41. 8.8.2 07 Aug 2024
    Release notes

    What's Changed

    • Chore/ci updates by @Nielsvanpach in https://github.com/spatie/laravel-backup/pull/1798
    • Update documentation internal links by @dualklip in https://github.com/spatie/laravel-backup/pull/1801
    • Update installation-and-setup.md by @Geoffry304 in https://github.com/spatie/laravel-backup/pull/1807
    • [8.x] Only add the username property if it's not empty by @RVxLab in https://github.com/spatie/laravel-backup/pull/1829

    New Contributors

    • @dualklip made their first contribution in https://github.com/spatie/laravel-backup/pull/1801
    • @Geoffry304 made their first contribution in https://github.com/spatie/laravel-backup/pull/1807

    Full Changelog: https://github.com/spatie/laravel-backup/compare/8.8.1...8.8.2

    Open source →
  42. 8.8.1 04 Jun 2024
    Release notes

    What's Changed

    • Normalize and style config file by @siarheipashkevich in https://github.com/spatie/laravel-backup/pull/1791
    • Fix broken link in installation-and-setup.md by @ISNewton in https://github.com/spatie/laravel-backup/pull/1794
    • Handle Notification failure in CleanupJob.php as BackupJob.php by @NasrinAfrozKakoli in https://github.com/spatie/laravel-backup/pull/1796

    New Contributors

    • @ISNewton made their first contribution in https://github.com/spatie/laravel-backup/pull/1794
    • @NasrinAfrozKakoli made their first contribution in https://github.com/spatie/laravel-backup/pull/1796

    Full Changelog: https://github.com/spatie/laravel-backup/compare/8.8.0...8.8.1

    Open source →
  43. 8.8.0 02 May 2024
    Release notes

    What's Changed

    • Add config option database_dump_file_use_connection_name by @jbraband in https://github.com/spatie/laravel-backup/pull/1785

    New Contributors

    • @jbraband made their first contribution in https://github.com/spatie/laravel-backup/pull/1785

    Full Changelog: https://github.com/spatie/laravel-backup/compare/8.7.0...8.8.0

    Open source →
  44. 8.7.0 02 May 2024
    Release notes

    What's Changed

    • Bump ramsey/composer-install from 2 to 3 by @dependabot in https://github.com/spatie/laravel-backup/pull/1768
    • Update README.md by @levizoesch in https://github.com/spatie/laravel-backup/pull/1777
    • Bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 by @dependabot in https://github.com/spatie/laravel-backup/pull/1778
    • Docblocks to comments by @edwinvdpol in https://github.com/spatie/laravel-backup/pull/1779
    • Bump dependabot/fetch-metadata from 2.0.0 to 2.1.0 by @dependabot in https://github.com/spatie/laravel-backup/pull/1786
    • Bump stefanzweifel/git-auto-commit-action from 5.0.0 to 5.0.1 by @dependabot in https://github.com/spatie/laravel-backup/pull/1787
    • Added null option for unlimited backup storage size by @rcerljenko in https://github.com/spatie/laravel-backup/pull/1788

    New Contributors

    • @levizoesch made their first contribution in https://github.com/spatie/laravel-backup/pull/1777
    • @edwinvdpol made their first contribution in https://github.com/spatie/laravel-backup/pull/1779

    Full Changelog: https://github.com/spatie/laravel-backup/compare/8.6.0...8.7.0

    Open source →
  45. 8.6.0 06 Feb 2024
    Release notes

    What's Changed

    • Add Support for Laravel 11 by @stefanzweifel in https://github.com/spatie/laravel-backup/pull/1757

    New Contributors

    • @stefanzweifel made their first contribution in https://github.com/spatie/laravel-backup/pull/1757

    Full Changelog: https://github.com/spatie/laravel-backup/compare/8.5.1...8.6.0

    Open source →
  46. 8.5.1 23 Jan 2024
    Release notes

    What's Changed

    • Fix duplicate Portuguese translations for backup dates by @ricardo-lobo in https://github.com/spatie/laravel-backup/pull/1752

    New Contributors

    • @ricardo-lobo made their first contribution in https://github.com/spatie/laravel-backup/pull/1752

    Full Changelog: https://github.com/spatie/laravel-backup/compare/8.5.0...8.5.1

    Open source →
  47. 8.5.0 11 Jan 2024
    Release notes

    What's Changed

    • Fix translations for keys newest_backup_date and oldest_backup_date on tr language by @sdkakcy in https://github.com/spatie/laravel-backup/pull/1743
    • nunomaduro/larastan abandoned by @parth391 in https://github.com/spatie/laravel-backup/pull/1742
    • Made it possible to run the backup, cleanup and monitor commands in isolated mode by @pieterclaerhout in https://github.com/spatie/laravel-backup/pull/1751

    New Contributors

    • @sdkakcy made their first contribution in https://github.com/spatie/laravel-backup/pull/1743
    • @pieterclaerhout made their first contribution in https://github.com/spatie/laravel-backup/pull/1751

    Full Changelog: https://github.com/spatie/laravel-backup/compare/8.4.1...8.5.0

    Open source →
  48. 8.4.1 20 Nov 2023
    Release notes

    What's Changed

    • Improve strategy comments by @iwasherefirst2 in https://github.com/spatie/laravel-backup/pull/1728
    • Bump stefanzweifel/git-auto-commit-action from 4.16.0 to 5.0.0 by @dependabot in https://github.com/spatie/laravel-backup/pull/1730
    • Korean Language added by @corean in https://github.com/spatie/laravel-backup/pull/1740

    New Contributors

    • @iwasherefirst2 made their first contribution in https://github.com/spatie/laravel-backup/pull/1728
    • @corean made their first contribution in https://github.com/spatie/laravel-backup/pull/1740

    Full Changelog: https://github.com/spatie/laravel-backup/compare/8.4.0...8.4.1

    Open source →
  49. 8.4.0 17 Oct 2023
    Release notes

    What's Changed

    • Bump actions/checkout from 3 to 4 by @dependabot in https://github.com/spatie/laravel-backup/pull/1716
    • Possibility of adding timestamp to database dump filename by @boryn in https://github.com/spatie/laravel-backup/pull/1717
    • Possibility of choosing zip compression method by @boryn in https://github.com/spatie/laravel-backup/pull/1718

    New Contributors

    • @boryn made their first contribution in https://github.com/spatie/laravel-backup/pull/1717

    Full Changelog: https://github.com/spatie/laravel-backup/compare/8.3.4...8.4.0

    Open source →
  50. 8.3.4 18 Sep 2023
    Release notes

    What's Changed

    • Move registering events to "booted" rather than "registered" by @modstore in https://github.com/spatie/laravel-backup/pull/1712

    New Contributors

    • @modstore made their first contribution in https://github.com/spatie/laravel-backup/pull/1712

    Full Changelog: https://github.com/spatie/laravel-backup/compare/8.3.3...8.3.4

    Open source →
  51. 8.3.3 04 Sep 2023
    Release notes

    What's Changed

    • Added missing PT and PT/BR translations by @helderneves91 in https://github.com/spatie/laravel-backup/pull/1709

    Full Changelog: https://github.com/spatie/laravel-backup/compare/8.3.2...8.3.3

    Open source →
  52. 8.3.2 30 Aug 2023
    Release notes

    What's Changed

    • Fix for PhpStan by @erikn69 in https://github.com/spatie/laravel-backup/pull/1695
    • Update Laravel & Backup Server docs URL to latest version by @rico-vz in https://github.com/spatie/laravel-backup/pull/1697
    • Return Command constants instead of integers in commands by @joshbonnick in https://github.com/spatie/laravel-backup/pull/1706
    • Send one notification on backup failure by @joshbonnick in https://github.com/spatie/laravel-backup/pull/1707

    New Contributors

    • @rico-vz made their first contribution in https://github.com/spatie/laravel-backup/pull/1697
    • @joshbonnick made their first contribution in https://github.com/spatie/laravel-backup/pull/1706

    Full Changelog: https://github.com/spatie/laravel-backup/compare/8.3.1...8.3.2

    Open source →
  53. 8.3.1 10 Aug 2023
    Release notes

    What's Changed

    • bump php version on phpstan.yml by @erikn69 in https://github.com/spatie/laravel-backup/pull/1693
    • Fix: relative_path too short, example: /app by @erikn69 in https://github.com/spatie/laravel-backup/pull/1694

    Full Changelog: https://github.com/spatie/laravel-backup/compare/8.3.0...8.3.1

    Open source →
  54. 8.3.0 09 Aug 2023
    Release notes

    What's Changed

    • Add a retry feature to the backup and clean commands by @prestamodule in https://github.com/spatie/laravel-backup/pull/1684

    New Contributors

    • @prestamodule made their first contribution in https://github.com/spatie/laravel-backup/pull/1684

    Full Changelog: https://github.com/spatie/laravel-backup/compare/8.2.0...8.3.0

    Open source →
  55. 8.2.0 07 Aug 2023
    Release notes

    What's Changed

    • Bump dependabot/fetch-metadata from 1.5.1 to 1.6.0 by @dependabot in https://github.com/spatie/laravel-backup/pull/1681
    • Added configurable gtid purge method by @rcerljenko in https://github.com/spatie/laravel-backup/pull/1689

    New Contributors

    • @rcerljenko made their first contribution in https://github.com/spatie/laravel-backup/pull/1689

    Full Changelog: https://github.com/spatie/laravel-backup/compare/8.1.11...8.2.0

    Open source →
  56. 8.1.11 02 Jun 2023
    Release notes

    What's Changed

    • Fix typo in config by @siarheipashkevich in https://github.com/spatie/laravel-backup/pull/1673
    • Fix PhpStan test by @erikn69 in https://github.com/spatie/laravel-backup/pull/1674
    • Bump dependabot/fetch-metadata from 1.4.0 to 1.5.1 by @dependabot in https://github.com/spatie/laravel-backup/pull/1676
    • Add Hebrew translations. by @gasner in https://github.com/spatie/laravel-backup/pull/1677

    New Contributors

    • @siarheipashkevich made their first contribution in https://github.com/spatie/laravel-backup/pull/1673
    • @gasner made their first contribution in https://github.com/spatie/laravel-backup/pull/1677

    Full Changelog: https://github.com/spatie/laravel-backup/compare/8.1.10...8.1.11

    Open source →
  57. 8.1.10 02 May 2023
    Release notes

    What's Changed

    • Bump dependabot/fetch-metadata from 1.3.6 to 1.4.0 by @dependabot in https://github.com/spatie/laravel-backup/pull/1663
    • Updates fa translations by @fsamapoor in https://github.com/spatie/laravel-backup/pull/1664

    New Contributors

    • @fsamapoor made their first contribution in https://github.com/spatie/laravel-backup/pull/1664

    Full Changelog: https://github.com/spatie/laravel-backup/compare/8.1.9...8.1.10

    Open source →
  58. 8.1.9 25 Apr 2023
    Release notes

    What's Changed

    • Updated docs "Installation and setup" by @poldixd in https://github.com/spatie/laravel-backup/pull/1658
    • Show accurate list of supported drivers when throwing CannotCreateDbDumper exception by @dejagersh in https://github.com/spatie/laravel-backup/pull/1661

    New Contributors

    • @poldixd made their first contribution in https://github.com/spatie/laravel-backup/pull/1658
    • @dejagersh made their first contribution in https://github.com/spatie/laravel-backup/pull/1661

    Full Changelog: https://github.com/spatie/laravel-backup/compare/8.1.8...8.1.9

    Open source →
  59. 8.1.8 12 Apr 2023
    Release notes

    What's Changed

    • Add croatian translations. by @kskrlinnorth2 in https://github.com/spatie/laravel-backup/pull/1657

    New Contributors

    • @kskrlinnorth2 made their first contribution in https://github.com/spatie/laravel-backup/pull/1657

    Full Changelog: https://github.com/spatie/laravel-backup/compare/8.1.7...8.1.8

    Open source →
  60. 8.1.7 03 Feb 2023
    Release notes

    What's Changed

    • Bump dependabot/fetch-metadata from 1.3.5 to 1.3.6 by @dependabot in https://github.com/spatie/laravel-backup/pull/1637
    • Update DbDumperFactory.php by @nikosv in https://github.com/spatie/laravel-backup/pull/1640

    New Contributors

    • @nikosv made their first contribution in https://github.com/spatie/laravel-backup/pull/1640

    Full Changelog: https://github.com/spatie/laravel-backup/compare/8.1.6...8.1.7

    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive