From 14c35954133a0310c71e65bb040f934e4970c95c Mon Sep 17 00:00:00 2001 From: Firu <105530193+Luzefiru@users.noreply.github.com> Date: Sun, 28 Dec 2025 21:22:41 +0800 Subject: [PATCH 1/4] feat(templates): update Postgresus to Databasus and bump Docker Image version --- templates/compose/postgresus.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/templates/compose/postgresus.yaml b/templates/compose/postgresus.yaml index a3a8a55e9..8f06599e5 100644 --- a/templates/compose/postgresus.yaml +++ b/templates/compose/postgresus.yaml @@ -1,17 +1,17 @@ -# documentation: https://postgresus.com/#guide -# slogan: Postgresus is a free, open source and self-hosted tool to backup PostgreSQL. +# 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,backup +# tags: postgres,mysql,mongo,backup # logo: svgs/postgresus.svg # port: 4005 services: - postgresus: - image: rostislavdugin/postgresus:7fb59bb5d02fbaf856b0bcfc7a0786575818b96f # Released on 30 Sep, 2025 + databasus: + image: 'databasus/databasus:v2.18.0' environment: - - SERVICE_URL_POSTGRESUS_4005 + - SERVICE_URL_DATABASUS_4005 volumes: - - postgresus-data:/postgresus-data + - 'databasus-data:/databasus-data' healthcheck: test: ["CMD", "wget", "-qO-", "http://localhost:4005/api/v1/system/health"] From 4ee718e465abe7dc9d1d1281e01ce2f79cfdd3fe Mon Sep 17 00:00:00 2001 From: Firu <105530193+Luzefiru@users.noreply.github.com> Date: Sun, 28 Dec 2025 21:30:01 +0800 Subject: [PATCH 2/4] fix(template): make databasus connect to predefined network --- bootstrap/helpers/constants.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = [ From db1f617cf66dfdc5cdec01bfdee6423815bc9ccd Mon Sep 17 00:00:00 2001 From: Luzefiru <105530193+Luzefiru@users.noreply.github.com> Date: Sun, 28 Dec 2025 21:43:15 +0800 Subject: [PATCH 3/4] feat(template): add databasus logo --- public/svgs/databasus.svg | 12 ++++++++++++ public/svgs/postgresus.svg | 1 - .../compose/{postgresus.yaml => databasus.yaml} | 4 ++-- 3 files changed, 14 insertions(+), 3 deletions(-) create mode 100644 public/svgs/databasus.svg delete mode 100644 public/svgs/postgresus.svg rename templates/compose/{postgresus.yaml => databasus.yaml} (82%) 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/postgresus.yaml b/templates/compose/databasus.yaml similarity index 82% rename from templates/compose/postgresus.yaml rename to templates/compose/databasus.yaml index 8f06599e5..ac91a7ec3 100644 --- a/templates/compose/postgresus.yaml +++ b/templates/compose/databasus.yaml @@ -2,7 +2,7 @@ # 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/postgresus.svg +# logo: svgs/databasus.svg # port: 4005 services: @@ -14,7 +14,7 @@ services: - 'databasus-data:/databasus-data' healthcheck: test: - ["CMD", "wget", "-qO-", "http://localhost:4005/api/v1/system/health"] + ['CMD', 'wget', '-qO-', 'http://localhost:4005/api/v1/system/health'] interval: 5s timeout: 10s retries: 5 From 0e81cb785471cdffcf8f2b01624f0c44de7743b8 Mon Sep 17 00:00:00 2001 From: Luzefiru <105530193+Luzefiru@users.noreply.github.com> Date: Sun, 28 Dec 2025 21:45:07 +0800 Subject: [PATCH 4/4] fix(template): add release date of databasus image --- templates/compose/databasus.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/compose/databasus.yaml b/templates/compose/databasus.yaml index ac91a7ec3..fccb81f4d 100644 --- a/templates/compose/databasus.yaml +++ b/templates/compose/databasus.yaml @@ -7,7 +7,7 @@ services: databasus: - image: 'databasus/databasus:v2.18.0' + image: 'databasus/databasus:v2.18.0' # Released on 28 Dec, 2025 environment: - SERVICE_URL_DATABASUS_4005 volumes: