Skip to content

Release 2.11.0

Latest

Choose a tag to compare

@vitabaks vitabaks released this 06 Sep 22:33
· 2 commits to main since this release
706880b

🚀 Autobase 2.11 - Full PostgreSQL lifecycle management

Autobase 2.11 is an important milestone in the evolution of the platform. Two years ago, we started working on a broader goal: evolve the Autobase Console from a PostgreSQL deployment UI into a platform for managing the complete cluster lifecycle.

With this release, the remaining major pieces of that roadmap are now in place - scaling, upgrades, backups, and point-in-time recovery can all be managed directly from the Platform UI.

This completes the original Cluster management functionality roadmap, but there is much more ahead. Upcoming releases will bring major capabilities such as built-in monitoring, RBAC, and sharding - enabling horizontal scaling beyond the write and storage limits of a single PostgreSQL primary for very high-load workloads.

Stay tuned for the next Autobase releases 📈

✨ Highlights

Autobase Enterprise can now manage the PostgreSQL cluster lifecycle from a single control plane - from deployment and configuration to scaling, upgrades, backup, recovery, and day-2 operations.

2026-09-06_23-15-57

Scaling (read replicas)

Scale PostgreSQL read capacity directly from the UI. Simply specify the desired number of cluster nodes, and Autobase will provision the additional replicas automatically using the existing cloud configuration.

For cloud deployments, the required servers and related infrastructure resources are created automatically. You can also scale clusters running on your own bare-metal or virtual machines.

Start with a single-node PostgreSQL cluster and add replicas later as your workload grows.

2026-09-06_23-16-48

Upgrades

Autobase Platform now supports minor upgrades within the current PostgreSQL major version as well as major-version upgrade workflows.

For minor upgrades, replicas are updated one at a time, followed by a switchover and upgrade of the former primary. Read traffic remains available throughout the process, while expected write downtime is only ~5-10 seconds.

For in-place major upgrades, the expected downtime is typically ~30-60 seconds. A blue-green major upgrade workflow with near-zero downtime is planned for a future release.

2026-09-06_23-17-20

Backup & Restore (PITR)

Backup and recovery management is now available directly in the Platform UI. Configure the backup method, storage, retention, and schedule, or create backups on demand.

Restore options include:

  • Latest — recover to the latest available state
  • Point in time — restore to a specific date and time
  • Specific backup — restore from a selected backup
2026-09-07_00-09-43 image

New Ansible playbooks

Autobase 2.11 adds new Ansible playbooks for backup and recovery operations:

  • enable_backups — enable pgBackRest or WAL-G for an existing cluster
  • backup_pgcluster — create a backup on demand
  • backup_list — list available backups
  • restore_pgcluster — restore a PostgreSQL cluster from backup

What's Changed

New Contributors

Full Changelog: 2.10.0...2.11.0

Ready to try?

Follow the Getting Started guide to deploy the Autobase Platform and create your first PostgreSQL cluster.

You can run PostgreSQL on your own bare-metal or virtual machines, or let Autobase provision the required infrastructure in a supported cloud provider.