From 37967da1937d82fd06a6dbd4eb8f0bf7c156d310 Mon Sep 17 00:00:00 2001 From: Alex Date: Sat, 20 Sep 2025 10:24:53 -0500 Subject: [PATCH] docs: modify warning to info for database dump section --- docs/docs/administration/backup-and-restore.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/administration/backup-and-restore.md b/docs/docs/administration/backup-and-restore.md index deeefa5635..e1306f30b4 100644 --- a/docs/docs/administration/backup-and-restore.md +++ b/docs/docs/administration/backup-and-restore.md @@ -25,9 +25,9 @@ It is not recommended to directly backup the `DB_DATA_LOCATION` folder. Doing so ### Automatic Database Dumps -:::warning +:::info The automatic database dumps can be used to restore the database in the event of damage to the Postgres database files. -There is no monitoring for these dumps and you will not be notified if they are unsuccessful. +If the server fails to generate the database dump file, a notification will be shown in the in-app notification on the web ::: :::caution