An open API service indexing awesome lists of open source software.

https://github.com/joegasewicz/pg-backer


https://github.com/joegasewicz/pg-backer

Last synced: 6 months ago
JSON representation

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.

![PG Backer](assets/screen.png)

## 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
```