icingadb
wal-g
icingadb | wal-g | |
---|---|---|
1 | 13 | |
57 | 3,195 | |
- | 1.6% | |
9.2 | 9.1 | |
7 days ago | 6 days ago | |
Go | Go | |
GNU General Public License v3.0 only | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
icingadb
-
15,000 Go Module Repositories on GitHub Vulnerable to Repojacking Attack
First off I'm not a security person. This can go deep from the mod/sum file hash managers to the commits hash managers, to the repo hash managers, to hashes and time stamps in the go binary. https://github.com/Icinga/icingadb/pull/487
wal-g
- WAL-G 3.0.0 – fast disaster recovery for Postgres
-
Introducing Read Replicas
Streaming replication minimizes replication lag, while file-based log shipping provides a fallback. For file-based log shipping, we use our existing Point In Time Recovery (PITR) infrastructure. We regularly archive files from the primary using WAL-G, an open source archival and restoration tool, and ship the WAL files to S3.
- WAL-G 2.0: backup and restore for database in the cloud
- Script to take PostgreSQL backups
-
Go 1.18 (Go with generics) no blocking issues left
While everyone fears some new spiral of complexity, it's nice
https://github.com/wal-g/wal-g/pull/1186
Add a few type constraints, throw out a few type casts along with the error handling
- Optimizing Postgres Queries at Scale
-
A rough proposal for sum types in Go, from a Rust compiler engineer
When it's occasionally useful return (type, err), but generally the two results are distinct so there's no need to return two results in the general case when one suffices
Indeed, I recently updated some code to return a relevant value in the error case: https://github.com/wal-g/wal-g/pull/1143/files#diff-d896e5d5...
- WAL-G 1.1 released: better disaster recovery for PG, MySQL, MongoDB, MS SQL
-
Automate pg_basebackup in linux
Have a look at barman, pgBackrest or for maybe WAL-G or WAL-E
- WAL-G 1.0: unified backup tool for PostgreSQL, MySQL, SQL Server, MongoDB, Redis
What are some alternatives?
pgBackRest - Reliable PostgreSQL Backup & Restore
wal-e - Continuous Archiving for Postgres
docker-postgres-wale - Postgres docker container with WALE-E installed
citus-failover - Worker failover support for PostgreSQL Citus extension using pg_auto_failover.
spilo - Highly available elephant herd: HA PostgreSQL cluster using Docker
gobackup - 🗄 CLI tool for backup your databases, files to cloud storages in schedully.
database-lab-engine - DBLab enables 🖖 database branching and ⚡️ thin cloning for any Postgres database and empowers DB testing in CI/CD. This optimizes database-related costs while improving time-to-market and software quality. Follow to stay updated.
postgres - Docker Official Image packaging for Postgres
Backup - Easy full stack backup operations on UNIX-like systems.
Barman - Barman - Backup and Recovery Manager for PostgreSQL
bmw12-simple-postgresql-backup - A simple Postgresql backup tool that uploads to an s3 bucket.
deck-chores - A job scheduler for Docker containers, configured via labels.