| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-05-24 | 8.1 kB | |
| Release 2.8.0 source code.tar.gz | 2026-05-24 | 10.0 MB | |
| Release 2.8.0 source code.zip | 2026-05-24 | 10.6 MB | |
| Totals: 3 Items | 20.6 MB | 0 | |
🚀 Autobase 2.8 — Enterprise Edition
Autobase 2.8 introduces an important milestone for the project: the launch of Autobase Enterprise Edition.
From this release, Autobase is available in two editions:
-
Autobase Community Edition is the continuation of the existing open-source version. It remains available under the MIT license and is well suited for individual developers and hobby projects.
-
Autobase Enterprise Edition is a new commercial edition designed for companies that need a complete internal database platform. It is focused on production environments where PostgreSQL requires centralized management, operational control, governance, scalability, and support.
Our vision for Enterprise Edition is to provide a full DBaaS platform that can be deployed inside a company’s own infrastructure — giving teams the automation and experience of a managed database service, while keeping infrastructure and data under their control.
Autobase Enterprise 2.8 is only the beginning. Through the end of 2026, we plan to release many Enterprise-focused capabilities that will expand Autobase into a more powerful platform for managing PostgreSQL at scale. View upcoming releases in GitHub Milestones.
✨ Highlights
Database users and roles
Create and edit database users and roles through the Autobase Console UI.
Databases
Create and edit databases without manual SQL commands or direct server access.
Extensions
Install PostgreSQL extensions in a simple and consistent way across managed databases.
Billing
Subscription management is now built into the Autobase Console. Customers can choose monthly or annual plans, get one month free with annual billing, and receive dedicated support and included DBA hours with every plan.
What's Changed
- Bump lodash from 4.17.23 to 4.18.1 in /console/ui by @dependabot[bot] in https://github.com/autobase-tech/autobase/pull/1503
- Bump vite from 7.3.1 to 7.3.2 in /console/ui by @dependabot[bot] in https://github.com/autobase-tech/autobase/pull/1504
- fix: backup-standby=y fails on single-node clusters with dedicated backup server by @MetalBlueberry in https://github.com/autobase-tech/autobase/pull/1508
- Add conn_limit and state support for PostgreSQL users by @vitabaks in https://github.com/autobase-tech/autobase/pull/1509
- fix: pgbackrest cron jobs fail on dedicated backup server by @MetalBlueberry in https://github.com/autobase-tech/autobase/pull/1507
- Add locale_provider, tablespace to postgresql_databases by @vitabaks in https://github.com/autobase-tech/autobase/pull/1510
- Add version and state support for postgresql_extensions by @vitabaks in https://github.com/autobase-tech/autobase/pull/1511
- Bump vip-manager version to 4.0.0 by @vitabaks in https://github.com/autobase-tech/autobase/pull/1512
- Fix: Handle sequence input for pg_replication_database by @vitabaks in https://github.com/autobase-tech/autobase/pull/1513
- Fix: Use integer default for max_replication_lag_bytes by @vitabaks in https://github.com/autobase-tech/autobase/pull/1514
- [blue-green] Allow PgBouncer redirect with mismatched replicas by @vitabaks in https://github.com/autobase-tech/autobase/pull/1515
- Fix [blue-green]: Use fixed-string grep for target lsn by @fasiihullah in https://github.com/autobase-tech/autobase/pull/1519
- Fix: Add default for item.state in postgresql_db task by @vitabaks in https://github.com/autobase-tech/autobase/pull/1520
- Bump i18next-fs-backend from 2.6.1 to 2.6.4 in /console/ui by @dependabot[bot] in https://github.com/autobase-tech/autobase/pull/1522
- Bump i18next-http-backend from 3.0.2 to 3.0.5 in /console/ui by @dependabot[bot] in https://github.com/autobase-tech/autobase/pull/1523
- Fix [blue-green]: Stop Patroni before stopping PostgreSQL by @vitabaks in https://github.com/autobase-tech/autobase/pull/1524
- fix: add mount role to add_node playbook and improve its implementation by @vitabaks in https://github.com/autobase-tech/autobase/pull/1525
- Update docker/setup-qemu-action action to v4 by @renovate[bot] in https://github.com/autobase-tech/autobase/pull/1527
- Update python dependencies by @renovate[bot] in https://github.com/autobase-tech/autobase/pull/1526
- Bump postcss from 8.5.8 to 8.5.10 in /console/ui by @dependabot[bot] in https://github.com/autobase-tech/autobase/pull/1528
- Update module github.com/jackc/pgx/v5 to v5.9.2 [SECURITY] by @renovate[bot] in https://github.com/autobase-tech/autobase/pull/1529
- Update go dependencies by @renovate[bot] in https://github.com/autobase-tech/autobase/pull/1535
- Update npm dependencies by @renovate[bot] in https://github.com/autobase-tech/autobase/pull/1534
- Bump fast-uri from 3.1.0 to 3.1.2 in /console/ui by @dependabot[bot] in https://github.com/autobase-tech/autobase/pull/1536
- Update python dependencies by @renovate[bot] in https://github.com/autobase-tech/autobase/pull/1538
- fix: hugepages auto-calculation truncation and cross-play persistence by @fasiihullah in https://github.com/autobase-tech/autobase/pull/1537
- Do not ignore extension creation errors by @vitabaks in https://github.com/autobase-tech/autobase/pull/1539
- Do not ignore database users creation errors by @vitabaks in https://github.com/autobase-tech/autobase/pull/1541
- Do not ignore database schemas creation errors by @vitabaks in https://github.com/autobase-tech/autobase/pull/1542
- Do not ignore database privs erros by @vitabaks in https://github.com/autobase-tech/autobase/pull/1543
- Do not ignore database creation errors by @vitabaks in https://github.com/autobase-tech/autobase/pull/1540
- Allow
:in backup config values (validation + parsing) by @Copilot in https://github.com/autobase-tech/autobase/pull/1546 - feat: Add support for Ubuntu 26.04 LTS by @vitabaks in https://github.com/autobase-tech/autobase/pull/1547
- Remove cloud_resources role from config_pgcluster by @vitabaks in https://github.com/autobase-tech/autobase/pull/1521
- Make cloud firewall rules VPC-wide for AWS and GCP by @vitabaks in https://github.com/autobase-tech/autobase/pull/1548
- Add support for multiple locales by @vitabaks in https://github.com/autobase-tech/autobase/pull/1551
- Skip locale-gen if locales-all present by @vitabaks in https://github.com/autobase-tech/autobase/pull/1552
- fix: resolve nested Jinja2 templating error in postgresql_index_maintenance by @fasiihullah in https://github.com/autobase-tech/autobase/pull/1553
- Add install_extensions tag to add_repository tasks by @vitabaks in https://github.com/autobase-tech/autobase/pull/1555
- fix owner of /var/log/pgbouncer for pgbouncer.service by @vreitech in https://github.com/autobase-tech/autobase/pull/1557
- Add restart_pgcluster playbook by @vitabaks in https://github.com/autobase-tech/autobase/pull/1556
- Patch only changed Patroni parameters by @vitabaks in https://github.com/autobase-tech/autobase/pull/1558
- Add visibility icon for "Show details" button by @vitabaks in https://github.com/autobase-tech/autobase/pull/1559
- Autobase Console - Community Edition by @vitabaks in https://github.com/autobase-tech/autobase/pull/1560
New Contributors
- @fasiihullah made their first contribution in https://github.com/autobase-tech/autobase/pull/1519
- @vreitech made their first contribution in https://github.com/autobase-tech/autobase/pull/1557
Full Changelog: https://github.com/autobase-tech/autobase/compare/2.7.0...2.8.0