Download the PHP package sprint-digital/sprint-backup without Composer
On this page you can find all versions of the php package sprint-digital/sprint-backup. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download sprint-digital/sprint-backup
More information about sprint-digital/sprint-backup
Files in sprint-digital/sprint-backup
Package sprint-backup
Short Description This is my package sprint-backup
License MIT
Homepage https://github.com/sprint-digital/sprint-backup
Informations about the package sprint-backup
Sprint backup - LARAVEL v10+ ONLY
Back up and secure database to AWS S3. Then redistribute the backup to other team environments.
DO NOT SKIP THIS STEP!!! please read AWS setup HERE.
Installation
You can install the package via composer:
Add environment variables to your .env
file:
Add the following to your config/filesystems.php
in disks
array:
You can publish the config file with:
Backup database:
Restore database:
In some cases the .sql file is too large to be restored. You need to increase the memory limit in your php.ini
file.
Production / Staging
You might have to install mysql on your server. (ie. worker servers)
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Hoang Ho
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of sprint-backup with dependencies
laravel/framework Version ^12.0
spatie/laravel-package-tools Version ^1.14.0
spatie/laravel-backup Version ^9.2.9