Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johto/process_xlog
Runs a command on every WAL file except the latest one in a PostgreSQL xlog archive
https://github.com/johto/process_xlog
Last synced: about 8 hours ago
JSON representation
Runs a command on every WAL file except the latest one in a PostgreSQL xlog archive
- Host: GitHub
- URL: https://github.com/johto/process_xlog
- Owner: johto
- Created: 2014-02-09T13:15:06.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-06T20:14:19.000Z (over 9 years ago)
- Last Synced: 2023-03-28T23:38:07.988Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 141 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
process\_xlog
==============process\_xlog is a tool for running all but the latest WAL file through a
command. The intended use case is compressing a WAL archive populated by
pg\_receivexlog; naively compressing all files could confuse pg\_receivexlog
and create gaps in the WAL stream, thus preventing PITR from working correctly.Probably doesn't work on non-Unix systems.
NO WARRANTY.