Skip to content

Release 2.10.0

Latest

Choose a tag to compare

@vitabaks vitabaks released this 02 Aug 20:02
8b12550

🚀 Autobase 2.10 - cluster management actions

Autobase 2.10 expands day-to-day PostgreSQL operations with new cluster management capabilities.

Administrators can now perform common cluster actions directly from the Console UI, configure advanced system settings, deploy clusters using the local system disk, and automate maintenance with an extended set of Ansible playbooks.

✨ Highlights

Cluster management actions

Autobase Enterprise includes an Actions menu that allows administrators to perform common PostgreSQL cluster operations directly from the UI, including switchover, failover, replica reinstallation, restart, stop/start, and cluster deletion.

image

System parameters tab

Added a new System tab to the Parameters page, providing access to advanced system configuration, including Regional Settings, Host Mappings, DNS Servers, NTP Servers, Kernel Parameters, and SSH Public Keys.

image image

Local disk storage option

Added support for deploying PostgreSQL data on the local disk, eliminating the need for an additional network volume. To enable this mode, set the volume size to 0 or explicitly select System Disk in Expert Mode.

image

New Ansible playbooks

Automate common PostgreSQL cluster operations with a new set of Ansible playbooks:

  • Patroni cluster operations: switchover_pgcluster, failover_pgcluster, reinit_pgcluster
  • Cluster lifecycle: stop_pgcluster, start_pgcluster
  • Node lifecycle: stop_pgnode, start_pgnode, restart_pgnode

Explore the complete list of available playbooks in the Ansible Collection README.

What's Changed

Full Changelog: 2.9.0...2.10.0