/home/techb158/ileadtechnology.com/vendor/spatie/laravel-backup/docs
NameSizeModeActions
advanced-usage/-0755rm
cleaning-up-old-backups/-0755rm
monitoring-the-health-of-all-backups/-0755rm
sending-notifications/-0755rm
taking-backups/-0755rm
about-us.md10690644editdlrm
changelog.md1880644editdlrm
high-level-overview.md10770644editdlrm
installation-and-setup.md110540644editdlrm
introduction.md18330644editdlrm
questions-and-issues.md4440644editdlrm
requirements.md8910644editdlrm
support-us.md5490644editdlrm
_index.md1260644editdlrm
Edit: /home/techb158/ileadtechnology.com/vendor/spatie/laravel-backup/docs/requirements.md (891B)
--- title: Requirements weight: 3 --- This backup package requires **PHP 7.2**, with the [ZIP module](http://php.net/manual/en/book.zip.php) and **Laravel 5.8 or higher**. It's not compatible with Windows servers. If you are using an older version of Laravel, take a look at one of the previous versions of this package. The package needs free disk space where it can create backups. Ensure that you have **at least** as much free space as the total size of the files you want to backup. Make sure `mysqldump` is installed on your system if you want to backup MySQL databases. Make sure `pg_dump` is installed on your system if you want to backup PostgreSQL databases. Make sure `mongodump` is installed on your system if you want to backup Mongo databases. To send notifications to Slack you'll need to install `guzzlehttp/guzzle` v6: ```bash composer require guzzlehttp/guzzle ```