Ergonomic and flexible tool for database backup and restore
Project description
Databudgie
Databudgie is a CLI & library for database performing targeted backup and restore of database tables or arbitrary queries against database tables.
Usage
A minimal config file might look like:
# databudgie.yml or config.databudgie.yml
backup:
url: postgresql://postgres:postgres@localhost:5432/postgres
tables:
- name: public.product
query: "select * from {table} where store_id > 4"
location: s3://my-s3-bucket/databudgie/public.product
restore:
url: postgresql://postgres:postgres@localhost:5432/postgres
tables:
- name: public.product
location: s3://my-s3-bucket/databudgie/public.product
With that config in place, backing up the defined tables (using the specified
config) is as simple as databudgie backup
; and restore databudgie restore
.
Installation
pip install databudgie
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
databudgie-2.8.2.tar.gz
(29.7 kB
view hashes)
Built Distribution
databudgie-2.8.2-py3-none-any.whl
(36.2 kB
view hashes)
Close
Hashes for databudgie-2.8.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 543de93f404f27febb35ed6f3421af25142cfec81f3cbe950855623a683671ff |
|
MD5 | 864537d26cb4ecb3faaa0398271cda23 |
|
BLAKE2b-256 | 61e7d0b6da53e90b5c6ad3f41fc3214647f61e7578d7cf8ea64272e0daa10cc6 |