Skip to content

Commit

Permalink
Fix broken link in installation-and-setup.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ISNewton authored and freekmurze committed May 28, 2024
1 parent 4b69b62 commit 6c5d0c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation-and-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ If your application is broken, the scheduled jobs cannot run anymore. You might

To find out about problems with your backups, the package ships with monitoring functionality. It will inform you when backups become too old or when they take up too much storage.

Learn how to [set up monitoring](/laravel-backup/v8/monitoring-the-health-of-all-backups/overview).
Learn how to [set up monitoring](/docs/laravel-backup/v8/monitoring-the-health-of-all-backups/overview).

## Dumping the database
`mysqldump` is used to backup MySQL databases. `pg_dump` is used to dump PostgreSQL databases. If these binaries are not installed in a default location, you can add a key named `dump.dump_binary_path` in Laravel's own `database.php` config file. **Only fill in the path to the binary**. Do not include the name of the binary itself.
Expand Down

0 comments on commit 6c5d0c2

Please sign in to comment.