Update Autobase to version 2.7 (#830)

* Update Autobase to version 2.7

Update autobase console image tag in blueprints/autobase/docker-compose.yml from 2.5.2 to 2.7.2 and bump the corresponding package version in meta.json to 2.7.2 to keep metadata in sync with the deployed image.

* Add dbdesk_studio_data Docker volume

---------

Co-authored-by: Mauricio Siu <siumauricio@icloud.com>
This commit is contained in:
Vitaliy Kukharik
2026-07-07 23:42:13 +02:00
committed by GitHub
parent 989bf839b6
commit 091ea7afda
2 changed files with 5 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
services:
autobase-console:
image: autobase/console:2.5.2
image: autobase/console:2.7.2
restart: unless-stopped
ports:
- "80"
@@ -10,8 +10,10 @@ services:
- PG_CONSOLE_AUTHORIZATION_TOKEN=${PG_CONSOLE_AUTHORIZATION_TOKEN}
volumes:
- console_postgres:/var/lib/postgresql
- dbdesk_studio_data:/opt/dbdesk-studio
- /var/run/docker.sock:/var/run/docker.sock
- /tmp/ansible:/tmp/ansible
volumes:
console_postgres:
dbdesk_studio_data:

View File

@@ -561,8 +561,8 @@
{
"id": "autobase",
"name": "Autobase",
"version": "2.5.2",
"description": "Autobase for PostgreSQL® is an open-source alternative to cloud-managed databases (self-hosted DBaaS).",
"version": "2.7.2",
"description": "Autobase for PostgreSQL® is an open-source alternative to cloud-managed databases (self-hosted DBaaS).",
"links": {
"github": "https://github.com/vitabaks/autobase",
"website": "https://autobase.tech/",