mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-16 11:25:25 +02:00
18 lines
540 B
JSON
18 lines
540 B
JSON
{
|
|
"id": "databasus",
|
|
"name": "Databasus",
|
|
"version": "latest",
|
|
"description": "Free, open source and self-hosted tool to backup PostgreSQL, MySQL, MariaDB and MongoDB. Multiple storages (S3, Google Drive, FTP, etc.), notifications and Point-in-Time Recovery. Successor of Postgresus",
|
|
"logo": "databasus.svg",
|
|
"links": {
|
|
"github": "https://github.com/databasus/databasus",
|
|
"website": "https://databasus.com",
|
|
"docs": "https://databasus.com/installation"
|
|
},
|
|
"tags": [
|
|
"postgres",
|
|
"backup",
|
|
"s3"
|
|
]
|
|
}
|