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 1tOFu2-005AUU-WD for pgsql-announce@arkaria.postgresql.org; Thu, 19 Dec 2024 12:45:19 +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 1tOFu2-00CWnT-7Y for pgsql-announce@arkaria.postgresql.org; Thu, 19 Dec 2024 12:45:17 +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 1tOFu1-00CWnK-As for pgsql-announce@lists.postgresql.org; Thu, 19 Dec 2024 12:45:17 +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 1tOFts-000aGU-0U for pgsql-announce@lists.postgresql.org; Thu, 19 Dec 2024 12:45:16 +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=TFG8IVA5iCmVYLMvKOl9e4Dlx3DlqKgI22a99bfjWoY=; b=YxKKblKEjajCRllhSKc7EyeIGq 1nQCAes7s9XC7jNqnrhpJ2O9nSb6Y2DDk9H53TaiOIMOe2UUg9Fw+gKylJyZGjnR9GqK4ubK03eH4 xV9LLPsXSie/yIniutMFxm5vcBrVATf2cBqTRhfXSNSHjIXTam0x3Urgdx7L4xSsOxTXbQyAPUmyG 0P3iTwupiMwME+nfJVQxbKKDH+NL6r0uMjidQ3SHXMlooWibYgeO2RUx/SY9wYnGiGBEzQpV5AImc NQQAybqM7NLMtm2Eyh7gvvDalTaUlu9c4BIHL8U4feBzoGgVTNCrprAZfPAnOLlpRzzf27iS4HyFT Zh8ESh4g==; 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 1tOFto-0019xp-QV for pgsql-announce@lists.postgresql.org; Thu, 19 Dec 2024 12:45:06 +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 1tOFtm-001hr8-Sm for pgsql-announce@lists.postgresql.org; Thu, 19 Dec 2024 12:45:03 +0000 Content-Type: multipart/mixed; boundary="===============2245191387408636897==" MIME-Version: 1.0 Subject: pgmoneta 0.15 To: PostgreSQL Announce From: pgmoneta via PostgreSQL Announce Reply-To: jesper.pedersen@comcast.net Date: Thu, 19 Dec 2024 12:44:11 +0000 Message-ID: <173461225170.683.1473780460998542340@wrigleys.postgresql.org> X-Auto-Response-Suppress: All Auto-Submitted: auto-generated X-pglister-tags: related X-pglister-tagsig: 4c41d1a913a35a8788a2242237d1429bf87d6b8a50e1f752fb5831a5b7a00d1b List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --===============2245191387408636897== Content-Type: multipart/alternative; boundary="===============1029918551158264162==" MIME-Version: 1.0 --===============1029918551158264162== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable The [pgmoneta](https://pgmoneta.github.io/) community is happy to announce version [0.15.0](https://pgmoneta.github.io/release/announcement/2= 024/12/18/pgmoneta-0.15.0.html). This release contains the work of Shahryar Soltanpour and Chao Gu in their = Google Summer of Code projects. __New features__ * Native clean-room Write-Ahead Log (WAL) implementation including a walinf= o tool to explore the files - including compressed and encrypted * Initial pgmoneta extension * New management protocol based on JSON. Supports compression and encryption * Many improvements to the core data structures * Various enhancements and bug fixes __pgmoneta__ [pgmoneta](https://pgmoneta.github.io/) is a backup / restore solution for = [PostgreSQL](https://www.postgresql.org/) 13+. Read our [getting started](https://pgmoneta.github.io/gettingstarted.html) = guide to setup [pgmoneta](https://pgmoneta.github.io/) for your backup needs. __Features__ * Full backup * Restore * Compression (gzip, zstd, lz4, bzip2) * AES encryption support * Symlink support * WAL shipping support * Hot standby * Prometheus support * Remote management * Offline mode * Transport Layer Security (TLS) v1.2+ support * Daemon mode * User vault Learn more on our [web site](https://pgmoneta.github.io/) or [GitHub](https= ://github.com/pgmoneta/pgmoneta). Follow on [Twitter](https://twitter.com/pgmoneta). [pgmoneta](https://pgmoneta.github.io/) is released under the [3-clause BSD= license](https://opensource.org/licenses/BSD-3-Clause). --===============1029918551158264162== Content-Type: text/html; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable pgmoneta 0.15
 

pgmoneta 0.15

The pgmoneta communit= y is happy to announce version 0.15.0.

This release contains the work of Shahryar = Soltanpour and Chao Gu in their Google Summer of Code projects.

New features

  • Native clean-ro= om Write-Ahead Log (WAL) implementation including a walinfo tool to explore= the files - including compressed and encrypted
  • Initial pgmonet= a extension
  • New management = protocol based on JSON. Supports compression and encryption
  • Many improvemen= ts to the core data structures
  • Various enhance= ments and bug fixes

pgmoneta

pgmoneta is a backup = / restore solution for PostgreSQL 13+.

Read our getting started guide to setup pgmoneta for your backup needs.

Features

  • Full backup
  • Restore
  • Compression (gz= ip, zstd, lz4, bzip2)
  • AES encryption = support
  • Symlink support=
  • WAL shipping su= pport
  • Hot standby
  • Prometheus supp= ort
  • Remote manageme= nt
  • Offline mode
  • Transport Layer= Security (TLS) v1.2+ support
  • Daemon mode
  • User vault

Learn more on our web sit= e or GitHub. Follow on Twitter.

pgmoneta is released = under the 3-clause BSD license.

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

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/.
 
--===============1029918551158264162==-- --===============2245191387408636897==--