Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1v3EOI-00DIlO-Fg for pgsql-announce@arkaria.postgresql.org; Mon, 29 Sep 2025 13:58:10 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1v3EOG-001cz1-DZ for pgsql-announce@arkaria.postgresql.org; Mon, 29 Sep 2025 13:58:09 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1v3EOF-001cxy-75 for pgsql-announce@lists.postgresql.org; Mon, 29 Sep 2025 13:58:08 +0000 Received: from mahout.postgresql.org ([2001:4800:3e1:1::227]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1v3EOC-000W3c-2l for pgsql-announce@lists.postgresql.org; Mon, 29 Sep 2025 13:58:06 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=postgresql.org; s=20171124; h=Message-ID:Date:Reply-To:From:To:Subject: MIME-Version:Content-Type:Sender:Cc:Content-Transfer-Encoding:Content-ID: Content-Description:In-Reply-To:References; bh=XE2k6fzosATLkYspYOVjnMGadZDiEQ6rqBD+9CilrA4=; b=s4Lc8Dg6OEp+mC/cxdz+HdFSUQ zFZqFm68pugI1I+gAd1LnEwOO0k7h6EpYsCEnOe4we+vXXEoxEDcJABdjwC9iKH8uHdA/WOWEZ63F BS59UZTQlGPDbtup1f8001UDR/9ToNefJvxok6BmyLCKI7asEGTDPbK34foCHhLH4M2+snwdK0Nu6 4P6m9dAoLtNstQB6ks3b4K95CopT3Yk04EoNJJyNfJ3b+qj5RzVkGtgErj05tOh7PIs9+NG/bI99Q QoNcEMF7tu4rqZxEKY1LiRDdzthZCGGMDFR7VHYR66wfyLzLQBGEMYMAxEeL9ZzdFfhIqvFU1poD0 4+duqavw==; Received: from wrigleys.postgresql.org ([217.196.149.60]) by mahout.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1v3EOB-001TVV-O6 for pgsql-announce@lists.postgresql.org; Mon, 29 Sep 2025 13:58:05 +0000 Received: from localhost ([127.0.0.1] helo=wrigleys.postgresql.org) by wrigleys.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1v3EOB-002yXA-27 for pgsql-announce@lists.postgresql.org; Mon, 29 Sep 2025 13:58:03 +0000 Content-Type: multipart/mixed; boundary="===============3035275465591902553==" MIME-Version: 1.0 Subject: Autobase 2.4.0 released To: PostgreSQL Announce From: vitabaks via PostgreSQL Announce Reply-To: vitabaks@gmail.com Date: Mon, 29 Sep 2025 13:57:22 +0000 Message-ID: <175915424212.817.9326209416640448316@wrigleys.postgresql.org> X-Auto-Response-Suppress: All Auto-Submitted: auto-generated X-pglister-tags: related X-pglister-tagsig: a64f37f2470e5f210b5617c745b8337661c24b2296710bfc4f44e514bc322212 List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --===============3035275465591902553== Content-Type: multipart/alternative; boundary="===============2950369973447567499==" MIME-Version: 1.0 --===============2950369973447567499== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable We=E2=80=99re thrilled to announce Autobase [2.4.0](https://github.com/vita= baks/autobase/releases/tag/2.4.0) =E2=80=94 this release brings full automa= tion for cluster scaling. ## What's new ### New ansible playbooks for auto scaling - `add_node` - Add a new node to an existing cluster. - `remove_node` - Remove a node from an existing cluster. In [Your Own Machines](https://autobase.tech/docs/deployment/your-own-machi= nes) mode, simply describe the new server in your inventory and add the var= iable `new_node=3Dtrue` for that node. See examples [here](https://github.c= om/vitabaks/autobase/pull/1203). With supported cloud providers ([AWS](https://autobase.tech/docs/deployment= /aws), [GCP](https://autobase.tech/docs/deployment/gcp), [Azure](https://au= tobase.tech/docs/deployment/azure), [DigitalOcean](https://autobase.tech/do= cs/deployment/digitalocean), [Hetzner Cloud](https://autobase.tech/docs/dep= loyment/hetzner)), it=E2=80=99s even easier: just change the `server_count`= value (e.g., from 3 to 5), and Autobase will automatically create the requ= ired VMs in your cloud and add them to the cluster. See examples [here](htt= ps://github.com/vitabaks/autobase/pull/1267). This means you can now start with just one node and seamlessly scale your c= luster as needed =E2=80=94 fast, transparent, and fully automated. ### Console (UI): Updated to Node 22, React 19, MUI 7 While there are no visible UI changes in this release, the update ensures l= ong-term stability, performance, and compatibility with the latest ecosyste= m. The console has been migrated to modern frameworks (Node.js 22, React 19= , Material UI 7). ### HTTPS for Patroni REST API In previous releases, TLS was enabled for all cluster components using self= -signed certificates. With this release, HTTPS support has also been extend= ed to the Patroni REST API, ensuring secure and encrypted communication acr= oss the entire cluster stack. ### RHEL 10 and Debian 13 support Added compatibility with the latest enterprise Linux distributions - RHEL/R= ocky/AlmaLinux 10 and Debian 13. ### PostgreSQL 18 support Autobase is now compatible with PostgreSQL 18, so you can take advantage of= the newest features and improvements right away. See the full list of changes in the [release notes](https://github.com/vita= baks/autobase/releases/tag/2.4.0) ## About Autobase Autobase for PostgreSQL=C2=AE is an open-source alternative to cloud-manage= d databases (DBaaS). It empowers you to deploy and manage production-grade, highly available Pos= tgreSQL clusters with ease. Autobase simplifies operations, reduces infrastructure costs, and brings po= werful automation to your team =E2=80=94 even without deep DBA expertise. Automate deployment, failover, backups, restores, upgrades, scaling, and mo= re =E2=80=94 eliminating the need for manual database management. Website: [https://autobase.tech](https://autobase.tech) --===============2950369973447567499== Content-Type: text/html; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Autobase 2.4.0 released
 

Autobase 2.4.0 released

We=E2=80=99re thrilled to announce Autobase= 2.4.0 =E2=80=94 this re= lease brings full automation for cluster scaling.

What's new

New ansible playbooks for auto = scaling

  • add_node<= /code> - Add a new node to an existing cluster.
  • remove_no= de - Remove a node from an existing cluster.

In Your Own Machines mode, simply describe the new server in your in= ventory and add the variable new_node=3Dtrue for that node. Se= e examples here. With supported cloud providers (AWS, GCP, Az= ure, DigitalOcean, Hetzner Cloud), it=E2=80=99s even easier: = just change the server_count value (e.g., from 3 to 5), and Au= tobase will automatically create the required VMs in your cloud and add the= m to the cluster. See examples here.

This means you can now start with just one = node and seamlessly scale your cluster as needed =E2=80=94 fast, transparen= t, and fully automated.

Console (UI): Updated to Node 2= 2, React 19, MUI 7

While there are no visible UI changes in th= is release, the update ensures long-term stability, performance, and compat= ibility with the latest ecosystem. The console has been migrated to modern = frameworks (Node.js 22, React 19, Material UI 7).

HTTPS for Patroni REST API

In previous releases, TLS was enabled for a= ll cluster components using self-signed certificates. With this release, HT= TPS support has also been extended to the Patroni REST API, ensuring secure= and encrypted communication across the entire cluster stack.

RHEL 10 and Debian 13 support

Added compatibility with the latest enterpr= ise Linux distributions - RHEL/Rocky/AlmaLinux 10 and Debian 13.

PostgreSQL 18 support

Autobase is now compatible with PostgreSQL = 18, so you can take advantage of the newest features and improvements right= away.

See the full list of changes in the release notes

About Autobase

Autobase for PostgreSQL=C2=AE is an open-so= urce alternative to cloud-managed databases (DBaaS).

It empowers you to deploy and manage produc= tion-grade, highly available PostgreSQL clusters with ease. Autobase simplifies operations, reduces infrastructure costs, and brings po= werful automation to your team =E2=80=94 even without deep DBA expertise.

Automate deployment, failover, backups, res= tores, upgrades, scaling, and more =E2=80=94 eliminating the need for manua= l database management.

Website: https://autobase.tech<= /a>

This email was sent to you from vitabaks. It was delivered on their behalf = by the PostgreSQL project. Any questions about the content of the message shou= ld be sent to vitabaks.

You were sent this email as a subscriber of the pgsql-announce mai= linglist, for the content tag Related Open Source. To unsubscribe from further emails, or change which emails you want to receive, please click th= e personal unsubscribe link that you can find in the headers of this email, or visit https://lists.postgresql.org/unsubscribe/.
 
--===============2950369973447567499==-- --===============3035275465591902553==--