Skip to content

Commit

Permalink
Include all supported databases
Browse files Browse the repository at this point in the history
  • Loading branch information
SebKay authored and freekmurze committed Jan 31, 2025
1 parent 3072683 commit c86a336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/high-level-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ weight: 4

## Taking backups

A backup is a .zip file containing all files in the directories you specify and a dump of your database (MySQL and PostgreSQL are supported). The .zip file can automatically be copied over to [any of the filesystems](https://laravel.com/docs/9.x/filesystem) you have configured.
A backup is a .zip file containing all files in the directories you specify and a dump of your database (MySQL, PostgreSQL, SQLite and Mongo are supported). The .zip file can automatically be copied over to [any of the filesystems](https://laravel.com/docs/9.x/filesystem) you have configured.

To perform a new backup you just have to run `php artisan backup:run`. In most cases you'll want to schedule this command.

Expand Down

0 comments on commit c86a336

Please sign in to comment.