The pgmoneta community has officially launched version 0.19.0 of their PostgreSQL backup and restore solution, introducing several enhancements and new features. Notably, this release includes an improved test suite infrastructure, which is designed to streamline the testing process, along with a new WAL (Write-Ahead Logging) summarizer that aids in managing and analyzing logs more effectively.
pgmoneta is compatible with PostgreSQL versions 13 and above, and it offers a broad range of functionalities such as full and incremental backups, data compression and encryption, as well as remote management capabilities.
- Data Compression: Options include gzip, zstd, lz4, and bzip2.
- Encryption: AES encryption support ensures data security.
- WAL Shipping Support: Facilitates efficient management of transaction logs.
- Hot Standby: Allows read-only queries during backup processes.
- Prometheus Support: Enables monitoring and alerting.
- Remote Management: Manage backups from a distance.
- Offline Mode: Operate without an active internet connection.
- Transport Layer Security (TLS): Supports TLS v1.2+ for secure communications.
- Daemon Mode: Allows pgmoneta to run in the background.
- User Vault: Offers a secure storage option for sensitive data.
For users looking to set up pgmoneta for their backup needs, a detailed getting started guide is available. This release not only enhances the existing features but also emphasizes the community's commitment to providing a robust solution for PostgreSQL database management.
To learn more about pgmoneta, visit their website or GitHub repository, and stay updated by following them on Twitter
pgmoneta is compatible with PostgreSQL versions 13 and above, and it offers a broad range of functionalities such as full and incremental backups, data compression and encryption, as well as remote management capabilities.
Key Features of pgmoneta:
- Backup and Restore: Supports both full and incremental backups.- Data Compression: Options include gzip, zstd, lz4, and bzip2.
- Encryption: AES encryption support ensures data security.
- WAL Shipping Support: Facilitates efficient management of transaction logs.
- Hot Standby: Allows read-only queries during backup processes.
- Prometheus Support: Enables monitoring and alerting.
- Remote Management: Manage backups from a distance.
- Offline Mode: Operate without an active internet connection.
- Transport Layer Security (TLS): Supports TLS v1.2+ for secure communications.
- Daemon Mode: Allows pgmoneta to run in the background.
- User Vault: Offers a secure storage option for sensitive data.
For users looking to set up pgmoneta for their backup needs, a detailed getting started guide is available. This release not only enhances the existing features but also emphasizes the community's commitment to providing a robust solution for PostgreSQL database management.
To learn more about pgmoneta, visit their website or GitHub repository, and stay updated by following them on Twitter
pgmoneta 0.19 released
The pgmoneta community has released version 0.19.0, which includes several new features and improvements. The key additions in this release include an improved test suite infrastructure and a WAL summarizer. pgmoneta itself is a backup and restore solution for PostgreSQL 13+ that offers various features such as full/incremental backups, compression, encryption, and remote management.