https://github.com/joegasewicz/pg-backer
https://github.com/joegasewicz/pg-backer
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/joegasewicz/pg-backer
- Owner: joegasewicz
- License: other
- Created: 2025-03-12T22:46:03.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2025-03-12T22:50:06.000Z (7 months ago)
- Last Synced: 2025-03-12T23:28:45.471Z (7 months ago)
- Language: Python
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# PG Backer
**PG Backer** is a graphical tool for **backing up PostgreSQL databases** with an intuitive **native** user interface.
The application allows users to configure backup settings,
select dump file locations, and view **real-time logs** of backup operations.
## Features
Work in progress - call back soon 👋---
## 📦 Installation
#### **1. Clone the Repository**
```sh
git clone https://github.com/yourusername/pg_backer.git
cd pg_backer
```#### **2. Install Dependencies**
```shell
pipenv install
```#### **3. Run PG Backer**
```shell
pipenv run python main.py
```