diff --git a/bootstrap/helpers/constants.php b/bootstrap/helpers/constants.php
index bbbe2bc05..30ca36f2e 100644
--- a/bootstrap/helpers/constants.php
+++ b/bootstrap/helpers/constants.php
@@ -72,7 +72,7 @@
const NEEDS_TO_CONNECT_TO_PREDEFINED_NETWORK = [
'pgadmin',
- 'postgresus',
+ 'databasus',
'redis-insight',
];
const NEEDS_TO_DISABLE_GZIP = [
diff --git a/public/svgs/databasus.svg b/public/svgs/databasus.svg
new file mode 100644
index 000000000..f7fb1c849
--- /dev/null
+++ b/public/svgs/databasus.svg
@@ -0,0 +1,12 @@
+
diff --git a/public/svgs/postgresus.svg b/public/svgs/postgresus.svg
deleted file mode 100644
index a45e81167..000000000
--- a/public/svgs/postgresus.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/templates/compose/databasus.yaml b/templates/compose/databasus.yaml
new file mode 100644
index 000000000..fccb81f4d
--- /dev/null
+++ b/templates/compose/databasus.yaml
@@ -0,0 +1,20 @@
+# documentation: https://databasus.com/installation
+# slogan: Databasus is a free, open source and self-hosted tool to backup PostgreSQL, MySQL, and MongoDB.
+# category: devtools
+# tags: postgres,mysql,mongo,backup
+# logo: svgs/databasus.svg
+# port: 4005
+
+services:
+ databasus:
+ image: 'databasus/databasus:v2.18.0' # Released on 28 Dec, 2025
+ environment:
+ - SERVICE_URL_DATABASUS_4005
+ volumes:
+ - 'databasus-data:/databasus-data'
+ healthcheck:
+ test:
+ ['CMD', 'wget', '-qO-', 'http://localhost:4005/api/v1/system/health']
+ interval: 5s
+ timeout: 10s
+ retries: 5
diff --git a/templates/compose/postgresus.yaml b/templates/compose/postgresus.yaml
deleted file mode 100644
index a3a8a55e9..000000000
--- a/templates/compose/postgresus.yaml
+++ /dev/null
@@ -1,20 +0,0 @@
-# documentation: https://postgresus.com/#guide
-# slogan: Postgresus is a free, open source and self-hosted tool to backup PostgreSQL.
-# category: devtools
-# tags: postgres,backup
-# logo: svgs/postgresus.svg
-# port: 4005
-
-services:
- postgresus:
- image: rostislavdugin/postgresus:7fb59bb5d02fbaf856b0bcfc7a0786575818b96f # Released on 30 Sep, 2025
- environment:
- - SERVICE_URL_POSTGRESUS_4005
- volumes:
- - postgresus-data:/postgresus-data
- healthcheck:
- test:
- ["CMD", "wget", "-qO-", "http://localhost:4005/api/v1/system/health"]
- interval: 5s
- timeout: 10s
- retries: 5