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.96) (envelope-from ) id 1vxKil-008uaV-1b for pgsql-announce@arkaria.postgresql.org; Tue, 03 Mar 2026 08:03:11 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1vxKij-005azz-2f for pgsql-announce@arkaria.postgresql.org; Tue, 03 Mar 2026 08:03:10 +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.96) (envelope-from ) id 1vxKii-005azE-3C for pgsql-announce@lists.postgresql.org; Tue, 03 Mar 2026 08:03:09 +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.98.2) (envelope-from ) id 1vxKie-000000009Bq-3MMz for pgsql-announce@lists.postgresql.org; Tue, 03 Mar 2026 08:03:08 +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=L/dMC+T/7nvWqnHqRSvVqFMQje4IzpmOQl0gdKWHQj0=; b=DG90/rQre40Z7k3i3uieJ+dcgf vY92yelAf/ol3JH+sKz3HMTv+ywlXE23uFf0HuuifndRyQRumbdQIkMOghSzJiAtOo1uBe5IRoaAN 2fC39hdRnVf41IW/9jKs8w5bXtHBkiGDGiPC+0Cuk5M/4jPH0iMkVLNhawMdGlSRNtl/EnkTEv+5D 7YfRHQ+w2u9+wBSTDVPuZkcdYYxiwRdQol8cQ6wWhwxU+y/g7m1QoBIZv3h86Jnh7OFC301Wz6QT0 pwskTjFd42TIU1TvQ+uUOHTPoFyEj0aievQuUlnmj70WbE4f+hkIkFiv/D+o84PUlA6wG2H5UqU3s UYjknVUQ==; Received: from wrigleys.postgresql.org ([2a02:16a8:dc51::60]) by mahout.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vxKie-006DH8-19 for pgsql-announce@lists.postgresql.org; Tue, 03 Mar 2026 08:03:04 +0000 Received: from localhost ([127.0.0.1] helo=wrigleys.postgresql.org) by wrigleys.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1vxKic-000leL-0B for pgsql-announce@lists.postgresql.org; Tue, 03 Mar 2026 08:03:03 +0000 Content-Type: multipart/alternative; boundary="===============0375910796081855676==" MIME-Version: 1.0 Subject: Autobase 2.6.0 released To: PostgreSQL Announce From: vitabaks via PostgreSQL Announce Reply-To: vitabaks@gmail.com Date: Tue, 03 Mar 2026 08:02:09 +0000 Message-ID: <177252492905.779.1016582764571376422@wrigleys.postgresql.org> X-Auto-Response-Suppress: All Auto-Submitted: auto-generated X-pglister-tags: related X-pglister-tagsig: 70570db470de2d44f825101765079aa3fc57c835d7f300839f4bafd6853c0215 List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --===============0375910796081855676== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [Autobase 2.6](https://github.com/vitabaks/autobase/releases/tag/2.6.0) int= roduces a **blue-green deployment** workflow that allows you to prepare a f= ully upgraded cluster in advance and switch traffic with near-zero downtime. Instead of upgrading your production cluster directly, you can: - deploy a clone of the cluster (Patroni standby cluster), - synchronize data using physical replication, - automatically upgrade PostgreSQL on the target cluster, - convert it into a logical replica, - and continue receiving live changes from production until switchover. When ready =E2=80=94 switch traffic in seconds with near-zero downtime! If needed, rollback is just as fast and without data loss due to reverse lo= gical replication. See the full list of changes in the [release notes](https://github.com/vita= baks/autobase/releases/tag/2.6.0) ## About Autobase **Autobase for PostgreSQL=C2=AE** is an open-source alternative to cloud-ma= naged databases (DBaaS). It empowers you to deploy and manage production-grade, highly available Pos= tgreSQL clusters with ease. Autobase simplifies operations, reduces infrast= ructure costs, and brings powerful automation to your team =E2=80=94 even w= ithout 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) --===============0375910796081855676== Content-Type: text/html; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Autobase 2.6.0 released
 

Autobase 2.6.0 released

Autobase 2.6 introduces a blue-green deployment wor= kflow that allows you to prepare a fully upgraded cluster in advance and sw= itch traffic with near-zero downtime.

Instead of upgrading your production cluste= r directly, you can:

  • deploy a clone = of the cluster (Patroni standby cluster),
  • synchronize dat= a using physical replication,
  • automatically u= pgrade PostgreSQL on the target cluster,
  • convert it into= a logical replica,
  • and continue re= ceiving live changes from production until switchover.

When ready =E2=80=94 switch traffic in seco= nds with near-zero downtime! If needed, rollback is just as fast and without data loss due to reverse lo= gical replication.

See the full list of changes in the release notes

About Autobase

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

It empowers you to deploy and manage produc= tion-grade, highly available PostgreSQL clusters with ease. Autobase simpli= fies operations, reduces infrastructure costs, and brings powerful automati= on 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/.
 
--===============0375910796081855676==--