All Projects → dalibo → Pitrery

dalibo / Pitrery

Licence: other
PostgreSQL Point In Time Recovery made easy

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Pitrery

Pg probackup
Backup and recovery manager for PostgreSQL
Stars: ✭ 383 (+286.87%)
Mutual labels:  recovery, postgresql, backup, restore
Bareos
Main repository with the code for the libraries and daemons
Stars: ✭ 651 (+557.58%)
Mutual labels:  postgresql, backup, restore
Pghoard
PostgreSQL backup and restore service
Stars: ✭ 1,027 (+937.37%)
Mutual labels:  postgresql, backup, restore
Pgbackrest
Reliable PostgreSQL Backup & Restore
Stars: ✭ 766 (+673.74%)
Mutual labels:  postgresql, backup, restore
Bareos Webui
Bareos Web User Interface
Stars: ✭ 78 (-21.21%)
Mutual labels:  recovery, backup, restore
Backup Manager
Database backup manager for dumping to and restoring databases from S3, Dropbox, FTP, SFTP, and Rackspace Cloud
Stars: ✭ 1,589 (+1505.05%)
Mutual labels:  postgresql, backup, restore
Burry.sh
Cloud Native Infrastructure BackUp & RecoveRY
Stars: ✭ 260 (+162.63%)
Mutual labels:  recovery, backup, restore
Pg rman
Backup and restore management tool for PostgreSQL
Stars: ✭ 197 (+98.99%)
Mutual labels:  postgresql, backup, restore
Wal E
Continuous Archiving for Postgres
Stars: ✭ 3,313 (+3246.46%)
Mutual labels:  recovery, postgresql, backup
Barman
Barman - Backup and Recovery Manager for PostgreSQL
Stars: ✭ 1,044 (+954.55%)
Mutual labels:  recovery, postgresql, backup
Backup
Easy full stack backup operations on UNIX-like systems.
Stars: ✭ 4,682 (+4629.29%)
Mutual labels:  postgresql, backup
Django Dbbackup
Management commands to help backup and restore your project database and media files
Stars: ✭ 471 (+375.76%)
Mutual labels:  postgresql, backup
Gobackup
🗄 Simple tool for backup your databases, files to FTP / SCP / S3 storages.
Stars: ✭ 472 (+376.77%)
Mutual labels:  postgresql, backup
Laravel Db Snapshots
Quickly dump and load databases
Stars: ✭ 650 (+556.57%)
Mutual labels:  postgresql, restore
Edizon
💡 A homebrew save management, editing tool and memory trainer for Horizon (Nintendo Switch)
Stars: ✭ 706 (+613.13%)
Mutual labels:  backup, restore
Gmvault
gmail backup software
Stars: ✭ 3,396 (+3330.3%)
Mutual labels:  backup, restore
Terraform
Share Terraform best practices and custom modules with the community
Stars: ✭ 39 (-60.61%)
Mutual labels:  recovery, backup
Etcd Backup Restore
Collection of components to backup and restore the Etcd of a Kubernetes cluster
Stars: ✭ 99 (+0%)
Mutual labels:  backup, restore
Backup
MySQL Database backup package for Laravel
Stars: ✭ 66 (-33.33%)
Mutual labels:  backup, restore
Firestore Backup Restore
NPM package for backup and restore Firebase Firestore
Stars: ✭ 307 (+210.1%)
Mutual labels:  backup, restore

pitrery: Point-In-Time Recovery (PITR) tools for PostgreSQL

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 [[[email protected]]host:]/path/to/backups ([email protected] 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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].