
wal-g/wal-g: Archival and Restoration for databases in the Cloud
WAL-G is an archival restoration tool for PostgreSQL, MySQL/MariaDB, and MS SQL Server (beta for MongoDB and Redis). WAL-G is the successor of WAL-E with a number of key differences. WAL-G uses LZ4, LZMA, ZSTD, or Brotli compression, multiple processors, and non-exclusive base backups for Postgres.
wal-g/docs/STORAGES.md at master - GitHub
WAL-G determines AWS credentials like other AWS tools. You can set AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY (optionally with AWS_SESSION_TOKEN ), or ~/.aws/credentials (optionally with AWS_PROFILE ), or you can set nothing to fetch credentials from the EC2 metadata service automatically.
wal-g/docs/PostgreSQL.md at master · wal-g/wal-g - GitHub
WAL-G backup-push allows for two data streaming options: Running directly on the database server as the postgres user, wal-g can read the database files from the filesystem. This option allows for high performance, and extra capabilities, such as partial restore or Delta backups.
Releases · wal-g/wal-g - GitHub
WAL-G for MySQL now supports the parallel backup-push/backup-fetch and has an optimized binlog upload mechanism. WAL-G for SQLServer now supports the backup encryption and compression as well as the external storage backup import/export.
wal-g/docs/MySQL.md at master - GitHub
wal-g can work as replication source to do fast PiTR. In this case it will serve binlogs from storage directly to MySQL. It is expected that PiTR in this mode will be much faster than in classic approach because there won't be additional transformations from binlog to SQL, also you can benefit from multi-threaded replication.
WallaceGao/WallGEngine: This is my own game engine WallG
WallG Engine is a 3D game engine that I built using DirectX 11 and C++ 19. It was an important learning experience over several semesters at LaSalle College Vancouver. In each course, I completed the construction of a low-level game engine system.
GitHub - philyuchkoff/wal-g-centos7: Latest WAL-G (Archival and ...
WAL-G is an archival restoration tool for PostgreSQL, MySQL/MariaDB, MS SQL Server, MongoDB, Redis and Greenplum.
wal-g - GitHub
wal-g/walg_archive’s past year of commit activity. C 4 1 1 0 Updated Nov 18, 2022. storages Public Forked from Tinsane/storages. wal-g/storages’s past year of commit activity. Go 5 Apache-2.0 30 0 4 Updated Dec 19, 2021. json Public Non-buffered JSON serialization
TaufiqStark/WallG: WallG ( Wallpaper Game ) - GitHub
WallG ( Wallpaper Game ). Contribute to TaufiqStark/WallG development by creating an account on GitHub.
PostgreSQL Point-In-Time-Recovery (PITR) with WAL-G · GitHub
This gist summarises a way to simulate point-in-time recovery (PITR) using WAL-G. Most of the material is adapted from Creston's tutorial.