https://github.com/sparkymat/pgsnap
pgsnap is a script/utility for managing postgresql backups using the psql command under the hood
https://github.com/sparkymat/pgsnap
database go golang pg pgsql postgresql utilities utility
Last synced: 3 months ago
JSON representation
pgsnap is a script/utility for managing postgresql backups using the psql command under the hood
- Host: GitHub
- URL: https://github.com/sparkymat/pgsnap
- Owner: sparkymat
- Created: 2018-04-19T07:10:03.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-29T09:53:09.000Z (almost 8 years ago)
- Last Synced: 2025-02-10T03:15:41.747Z (over 1 year ago)
- Topics: database, go, golang, pg, pgsql, postgresql, utilities, utility
- Language: Go
- Homepage:
- Size: 1.89 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pgsnap
pgsnap is a script/utility for managing postgresql backups using the psql command under the hood.
## Installation
`go get -u github.com/sparkymat/pgsnap`
N.B: You will need to have .pgbackup.toml to specify the name of the repository (or specify the config file each time) in the current working directory. Also, pgsnap assumes that you have administrator privileges with the local postgtresql instance.
## Usage
`pgsnap help` will print the available commands and a quick description of what they do