Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dalibo/pitrery
DEPRECATED. PostgreSQL Point In Time Recovery made easy
https://github.com/dalibo/pitrery
backup pitr postgresql recovery restore shell
Last synced: about 2 hours ago
JSON representation
DEPRECATED. PostgreSQL Point In Time Recovery made easy
- Host: GitHub
- URL: https://github.com/dalibo/pitrery
- Owner: dalibo
- License: other
- Created: 2011-08-04T16:36:27.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2022-10-27T09:01:31.000Z (about 2 years ago)
- Last Synced: 2024-07-20T11:06:06.419Z (4 months ago)
- Topics: backup, pitr, postgresql, recovery, restore, shell
- Language: Shell
- Homepage: http://dalibo.github.io/pitrery/
- Size: 1.42 MB
- Stars: 108
- Watchers: 13
- Forks: 31
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
pitrery: Point-In-Time Recovery (PITR) tools for PostgreSQL
===========================================================WARNING : PITRERY IS IN MAINTENANCE-ONLY MODE
----------------------------------------------After 10 years of development, pitrery's development status is now Long Term
Support (LTS). New features will no longer be added to Pitrery. We will
continue to develop bug fixes and security fixes if need be.Pitrery supports PostgreSQL versions from 9 up to 14 but will not work on
PostgreSQL 15 and following because the backup API has evolved.LTS period will end as of december 2026.
FEATURES
--------pitrery is set of tools to ease the management of PITR backups and
restores:- Management of WAL segments archiving with compression to a host
reachable with SSH or on the local machine- Automation of the base backup procedure
- Restore to a particular date
- Management of backup retention
QUICK SETUP
-----------1. Get the source
2. Edit the `config.mk`
3. Run `make` and `make install`
4. Run `pitrery configure -o pitrery -f [[user@]host:]/path/to/backups` (user@host being optional)
5. Configure WAL archiving (`archive_command = 'archive_wal %p'`) in PostgreSQL
6. Run `pitrery` to perform your backups and restores
The full documentation is available in man pages, INSTALL.md or the website :
http://dalibo.github.io/pitrery/
DEVELOPMENT
-----------The source code is available on Github: https://github.com/dalibo/pitrery
pitrery is developed by Dalibo under a classic 2 clauses BSD license. See
license block in the scripts or the COPYRIGHT file.HOW TO CONTRIBUTE
-----------------Any contribution is welcome. If you have any idea, feature request,
question or patch, please contact us on Github:https://github.com/dalibo/pitrery/issues