diff --git a/json/helpers_cache.json b/json/helpers_cache.json index cc8abf07..a8f57bd1 100644 --- a/json/helpers_cache.json +++ b/json/helpers_cache.json @@ -1247,6 +1247,27 @@ "notes": [], "type": "ct" }, + { + "name": "Databasus", + "slug": "databasus", + "desc": "Free, open source and self-hosted solution for automated PostgreSQL backups. With multiple storage options, notifications, scheduling, and a beautiful web interface for managing database backups across multiple PostgreSQL instances.", + "script": "ct/databasus.sh", + "script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/databasus.sh", + "script_url_mirror": "https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/ct/databasus.sh", + "os": "debian", + "categories": [ + 7 + ], + "notes": [ + "Supports PostgreSQL versions 12-18 with cloud and self-hosted instances", + "Features: Scheduled backups, multiple storage providers, notifications, encryption" + ], + "type": "ct", + "default_credentials": { + "username": "admin@localhost", + "password": "See /root/databasus.creds" + } + }, { "name": "Dawarich", "slug": "dawarich",