---
title: "Autobase 2.10 released"
url: https://daily.dev/posts/autobase-2-10-released-mtutntyys
source_url: https://www.postgresql.org/about/news/autobase-210-released-3357
type: article
source: "PostgreSQL"
published: 2026-08-07T08:48:00.295Z
updated: 2026-08-07T08:48:19.708Z
tags: ["kubernetes", "postgresql", "ansible"]
reading_time: 2
upvotes: 2
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Autobase 2.10 released

**[PostgreSQL](https://daily.dev/sources/postgres)** · 2 min read · 2 upvotes · 0 comments

## Summary

Autobase 2.10 adds new cluster management capabilities for PostgreSQL administrators. The Enterprise edition gains an Actions menu in the Console UI for switchover, failover, replica reinstallation, restart, stop/start, and cluster deletion. A new System tab on the Parameters page exposes advanced configuration including regional settings, host mappings, DNS/NTP servers, kernel parameters, and SSH keys. Local disk deployment is now supported by setting volume size to 0 or selecting System Disk in Expert Mode. New Ansible playbooks automate common cluster operations such as switchover_pgcluster, failover_pgcluster, reinit_pgcluster, and node-level start/stop/restart.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.postgresql.org/about/news/autobase-210-released-3357>

## Questions this post answers

### How do I deploy PostgreSQL data on local disk in Autobase without a network volume?

Set the volume size to 0 or explicitly select System Disk in Expert Mode when configuring the cluster. This eliminates the need for an additional network volume and is available starting in Autobase 2.10.

_Teams running PostgreSQL on bare metal or VMs track options like this on daily.dev._

### What Ansible playbooks are available in Autobase for automating PostgreSQL cluster operations?

Autobase 2.10 ships playbooks for switchover_pgcluster, failover_pgcluster, reinit_pgcluster, stop_pgcluster, start_pgcluster, stop_pgnode, start_pgnode, and restart_pgnode. The full list is documented in the Ansible Collection README on GitHub.

_PostgreSQL operators automating cluster maintenance find the latest tooling updates on daily.dev._

## Similar posts on daily.dev

- [Autobase 2.5.0 released](https://daily.dev/posts/autobase-2-5-0-released-rji6cf5ws) · PostgreSQL · 36 upvotes · 1 comments
- [Autobase 2.6.0 released](https://daily.dev/posts/autobase-2-6-0-released-wav9iwdjt) · PostgreSQL · 48 upvotes · 0 comments
- [Autobase 2.8.0 released](https://daily.dev/posts/autobase-2-8-0-released-to3ypyhpz) · PostgreSQL · 22 upvotes · 2 comments

---

Tags: [#kubernetes](https://daily.dev/tags/kubernetes), [#postgresql](https://daily.dev/tags/postgresql), [#ansible](https://daily.dev/tags/ansible)

[View this post on daily.dev](https://daily.dev/posts/autobase-2-10-released-mtutntyys)
