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 1rluBC-004pHA-Je for pgsql-announce@arkaria.postgresql.org; Sun, 17 Mar 2024 17:20:15 +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 1rluB9-00Bny0-TL for pgsql-announce@arkaria.postgresql.org; Sun, 17 Mar 2024 17:20:12 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rluB8-00BnxF-TG for pgsql-announce@lists.postgresql.org; Sun, 17 Mar 2024 17:20:11 +0000 Received: from mahout.postgresql.org ([2001:4800:3e1:1::227]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rluB5-0052pA-2K for pgsql-announce@lists.postgresql.org; Sun, 17 Mar 2024 17:20:10 +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=da+L4m8toV+1Edy2cAfLXmVrHcLMoJGbBkx8NfdNkrA=; b=BRbPVYT4ut/pM3PVKUM4cZb7tr pyUvEzlyYK96V4sYqUafeJM6R4Gjx9xOmlxR4ZuwWozvE8ACM/iCKUGf7veybQtSnM0gxSy5KBa04 02/BQ3ZQmFuTcRbkyny/jbEL/WixGDq3T6sFWLMdeHaEmnXA/iL+JpsNDNuG8HXtjp1SSoAnDYBm8 ozC0xD8SUnR+kyGzeryeuw18bEOB9idOeyQuE5AeDV8RdITy6o4Yzun0FjpgvCphBPoDxapP/M6g4 WHyYsB2DG1q93CXLdAXO5Ge1LUYBJoa9fFriFldne9AAHHBANamQSCpoBOUd70UdSgneFKbijgETY 3JMJ9VEA==; 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.94.2) (envelope-from ) id 1rluB2-00DYsi-Cq for pgsql-announce@lists.postgresql.org; Sun, 17 Mar 2024 17:20:05 +0000 Received: from localhost ([127.0.0.1] helo=wrigleys.postgresql.org) by wrigleys.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1rluAz-000g3h-Nj for pgsql-announce@lists.postgresql.org; Sun, 17 Mar 2024 17:20:02 +0000 Content-Type: multipart/mixed; boundary="===============3372648607087719526==" MIME-Version: 1.0 Subject: WAL-G 3.0.0 released To: PostgreSQL Announce From: WAL-G via PostgreSQL Announce Reply-To: x4mmm@yandex-team.ru Date: Sun, 17 Mar 2024 17:19:39 +0000 Message-ID: <171069597909.7100.3405105882953199295@wrigleys.postgresql.org> X-Auto-Response-Suppress: All Auto-Submitted: auto-generated X-pglister-tags: related X-pglister-tagsig: fabd4472c3bc0aa3c1be12e706ad5016ad95332c6dc01aca3ec547d227541bca List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --===============3372648607087719526== Content-Type: multipart/alternative; boundary="===============0021122322888748649==" MIME-Version: 1.0 --===============0021122322888748649== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable WAL-G team is happy to announce the release of WAL-G 3.0.0 WAL-G is a tool for archival database restoration for PostgreSQL, Greenplum= DB, MySQL/MariaDB, MongoDB, etcd and several other databases. ## Noteworthy Changes * Every database engine can now benefit from failover storage. This techniq= ue can save the day if one of the storage systems goes down. However, do no= t forget to monitor them anyway. * For Postgres, we have a WAL archiving daemon available. Its primary purpo= se is to improve the efficiency of parallel archiving. * Additionally, WAL-G supports the partial restoration of a cluster. If you= have large, unnecessary tables, you can exclude them from the restoration = process, the Postgres will skip over the WAL records for these tables. See = [docs](https://github.com/wal-g/wal-g/blob/master/docs/PostgreSQL.md#partia= l-restore-experimental) for details. * Greenplum's PITR (Point-in-Time Recovery) is undergoing its maturation pr= ocess. Partial restore is supported in a similar way to Postgres. We now ha= ve tools to verify the integrity of AO\AOCS files in storage without actual= ly restoring backups. WAL-G v3.0.0 is available for download on our [GitHub releases page](https:= //github.com/wal-g/wal-g/releases). Have a nice day! --===============0021122322888748649== Content-Type: text/html; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable WAL-G 3.0.0 released
 

WAL-G 3.0.0 released

WAL-G team is happy to announce the release= of WAL-G 3.0.0

WAL-G is a tool for archival database resto= ration for PostgreSQL, GreenplumDB, MySQL/MariaDB, MongoDB, etcd and severa= l other databases.

Noteworthy Changes

  • Every database = engine can now benefit from failover storage. This technique can save the d= ay if one of the storage systems goes down. However, do not forget to monit= or them anyway.
  • For Postgres, w= e have a WAL archiving daemon available. Its primary purpose is to improve = the efficiency of parallel archiving.
  • Additionally, W= AL-G supports the partial restoration of a cluster. If you have large, unne= cessary tables, you can exclude them from the restoration process, the Post= gres will skip over the WAL records for these tables. See docs fo= r details.
  • Greenplum's PIT= R (Point-in-Time Recovery) is undergoing its maturation process. Partial re= store is supported in a similar way to Postgres. We now have tools to verif= y the integrity of AO\AOCS files in storage without actually restoring back= ups.

WAL-G v3.0.0 is available for download on o= ur GitHub releases page.

Have a nice day!

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

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/.
 
--===============0021122322888748649==-- --===============3372648607087719526==--