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 2026Releases
latest 60 of 331-
10.3.220 Aug 2026Release notes
Open source →What's Changed
- Bump actions/checkout from 4 to 7 by @dependabot[bot] in #1981
- Add support for --config option to override backup configuration by @robert-abram in #1983
New Contributors
- @robert-abram made their first contribution in #1983
Full Changelog: 10.3.1...10.3.2
Release notes
Open source →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
-
10.3.128 Jul 2026Release notes
Open source →When
verify_backupis 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 aBackupVerificationFailedexception.Thanks to @gazben for spotting this.
What's Changed
- Mention wnx/laravel-backup-restore in docs introduction page by @stefanzweifel in #1980
- Verify the archive file count against the manifest by @freekmurze in #1982
Full Changelog: 10.3.0...10.3.1
Release notes
Open source →When
verify_backupis 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 aBackupVerificationFailedexception.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
-
10.3.010 Jun 2026Release notes
Open source →Backup archives are now encrypted while they are being built (#1978)
Previously the archive was written unencrypted and then rewritten with encryption by the
EncryptBackupArchivelistener, 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.passwordandbackup.backup.encryption) and the resulting archives are unchanged.Upgrade notes
Spatie\Backup\Listeners\EncryptBackupArchiveis 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.encryptionto'none'instead. - If encryption cannot be applied (for example libzip without AES support), the backup now fails with
BackupFailedinstead of silently producing an unencrypted archive.
What's Changed
New Contributors
Full Changelog: 10.2.2...10.3.0
Release notes
Open source →Backup archives are now encrypted while they are being built (#1978)
Previously the archive was written unencrypted and then rewritten with encryption by the
EncryptBackupArchivelistener, 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.passwordandbackup.backup.encryption) and the resulting archives are unchanged.Upgrade notes
Spatie\Backup\Listeners\EncryptBackupArchiveis 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.encryptionto'none'instead. - If encryption cannot be applied (for example libzip without AES support), the backup now fails with
BackupFailedinstead 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
-
10.2.201 Jun 2026Release notes
Open source →What's Changed
- The
backup:cleancommand now resolves the cleanup strategy from the config passed via--configinstead of always using the default config's strategy (#1976). Reported in #1975. - Fixed a PHPStan error in
File::mimeType()(#1977).
- The
-
10.2.124 Mar 2026 -
10.2.019 Mar 2026Release notes
Open source →Release notes
Open source →What's Changed
- Downgrade PHP requirement from ^8.4 to ^8.3 by @erikn69 in https://github.com/spatie/laravel-backup/pull/1966
-
10.1.116 Mar 2026Release notes
Open source →Release notes
Open source →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
-
10.1.016 Mar 2026Release notes
Open source →Add
log_channelconfig option to control where backup activity logs are written. Set to a channel name to redirect logs,falseto disable logging, ornull(default) to keep existing behavior.Release notes
Open source →Add
log_channelconfig option to control where backup activity logs are written. Set to a channel name to redirect logs,falseto disable logging, ornull(default) to keep existing behavior. -
10.0.208 Mar 2026Release notes
Open source →Fix callMethodOnDumper treating false config values as no-argument calls (#1961)
Release notes
Open source →Fix callMethodOnDumper treating false config values as no-argument calls (#1961)
-
10.0.122 Feb 2026Release notes
Open source →What's Changed
- update supported PHP and Laravel in Readme by @hebbet in #1958
- Add Laravel 13 support by @freekmurze in #1960
New Contributors
Full Changelog: 10.0.0...10.0.1
Release notes
Open source →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
-
10.0.017 Feb 2026Release notes
Open source →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 ofBackupDestinationorBackupDestinationStatusobjects — events can now be used with queued listeners consoleOutput()helper replaced bybackupLogger()ConsoleOutputclass removedBackupJob::disableNotifications()removed — useEventHandler::disable()insteadCleanupStrategyconstructor changed fromRepository $configtoConfig $config- Encryption config values changed from
null/false/'default'to'none'/'default'/'aes128'/'aes192'/'aes256' BackupDestinationStatus::getHealthCheckFailure()replaced bygetHealthCheckFailures()(returns a collection)
New features
- Resilient multi-destination backups with
continue_on_failureconfig option - Backup verification (
verify_backupconfig 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/frameworkexcluded by default- Events and notifications are now decoupled — events always fire, notifications are gated separately
- All events now carry primitive data (
-
9.4.115 Feb 2026Release notes
Open source →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
-
9.4.031 Jan 2026Release notes
Open source →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
-
9.3.726 Nov 2025Release notes
Open source →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
-
9.3.605 Nov 2025Release notes
Open source →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
-
9.3.514 Oct 2025Release notes
Open source →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
-
9.3.425 Jul 2025Release notes
Open source →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
-
9.3.320 May 2025Release notes
Open source →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
-
9.3.225 Apr 2025Release notes
Open source →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
-
9.3.124 Apr 2025Release notes
Open source →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
-
9.3.023 Apr 2025Release notes
Open source →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
-
9.2.903 Mar 2025Release notes
Open source →Full Changelog: https://github.com/spatie/laravel-backup/compare/9.2.8...9.2.9
-
9.2.803 Mar 2025Release notes
Open source →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
-
9.2.716 Feb 2025Release notes
Open source →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
-
9.2.614 Feb 2025Release notes
Open source →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
-
9.2.531 Jan 2025Release notes
Open source →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
- remove the
-
9.2.427 Jan 2025Release notes
Open source →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
-
9.2.322 Jan 2025Release notes
Open source →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
-
9.2.220 Jan 2025Release notes
Open source →What's Changed
- feat: add
Slovaklanguage 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
- feat: add
-
9.2.113 Jan 2025Release notes
Open source →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
-
9.2.006 Jan 2025Release notes
Open source →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
-
9.1.321 Oct 2024Release notes
Open source →Full Changelog: https://github.com/spatie/laravel-backup/compare/9.1.2...9.1.3
-
9.1.209 Oct 2024Release notes
Open source →Full Changelog: https://github.com/spatie/laravel-backup/compare/9.1.1...9.1.2
-
9.1.123 Sep 2024Release notes
Open source →Full Changelog: https://github.com/spatie/laravel-backup/compare/9.1.0...9.1.1
-
9.1.023 Sep 2024Release notes
Open source →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
-
9.0.415 Jul 2024Release notes
Open source →What's Changed
- [9.x] Fix empty string in
backup.notifications.discord.usernameto 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
- [9.x] Fix empty string in
-
9.0.309 Jul 2024Release notes
Open source →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
-
9.0.204 Jul 2024Release notes
Open source →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
-
9.0.103 Jul 2024Release notes
Open source →What's Changed
- allow null value for config option
delete_oldest_backups_when_using_more_megabytes_thanin https://github.com/spatie/laravel-backup/commit/ef8b0fab439b6209ad221a2139a68cd7b67d83eb
Full Changelog: https://github.com/spatie/laravel-backup/compare/9.0.0...9.0.1
- allow null value for config option
-
9.0.002 Jul 2024Release notes
Open source →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
-
-
8.8.207 Aug 2024Release notes
Open source →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
-
8.8.104 Jun 2024Release notes
Open source →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
-
8.8.002 May 2024Release notes
Open source →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
-
8.7.002 May 2024Release notes
Open source →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
-
8.6.006 Feb 2024Release notes
Open source →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
-
8.5.123 Jan 2024Release notes
Open source →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
-
8.5.011 Jan 2024Release notes
Open source →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
-
8.4.120 Nov 2023Release notes
Open source →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
-
8.4.017 Oct 2023Release notes
Open source →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
-
8.3.418 Sep 2023Release notes
Open source →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
-
8.3.304 Sep 2023Release notes
Open source →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
-
8.3.230 Aug 2023Release notes
Open source →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
Commandconstants 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
-
8.3.110 Aug 2023Release notes
Open source →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
-
8.3.009 Aug 2023Release notes
Open source →What's Changed
- Add a retry feature to the
backupandcleancommands 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
- Add a retry feature to the
-
8.2.007 Aug 2023Release notes
Open source →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
-
8.1.1102 Jun 2023Release notes
Open source →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
-
8.1.1002 May 2023Release notes
Open source →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
-
8.1.925 Apr 2023Release notes
Open source →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
CannotCreateDbDumperexception 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
-
8.1.812 Apr 2023Release notes
Open source →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
-
8.1.703 Feb 2023Release notes
Open source →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