From c3c30bcd2886b331db5dc5f6914efe546243d4be Mon Sep 17 00:00:00 2001 From: Diogo Serrano Date: Tue, 20 Aug 2024 08:45:01 +0100 Subject: [PATCH] Docker pull to readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index d58d488..5198f59 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,14 @@ # postgres-gcs-backup +![GitHub last commit (branch)](https://img.shields.io/github/last-commit/diogopms/postgres-gcs-backup/main.svg) +[![GitHub issues](https://img.shields.io/github/issues/diogopms/postgres-gcs-backup)](https://github.com/diogopms/postgres-gcs-backup/issues) +[![GitHub license](https://img.shields.io/github/license/diogopms/postgres-gcs-backup)](https://github.com/diogopms/postgres-gcs-backup/blob/master/LICENSE) +[![GitHub stars](https://img.shields.io/github/stars/diogopms/postgres-gcs-backup)](https://github.com/diogopms/postgres-gcs-backup/stargazers) + + +[![Docker Pulls](https://img.shields.io/docker/pulls/diogopms/postgres-gcs-backup.svg)](https://hub.docker.com/r/diogopms/postgres-gcs-backup/) +[![Hacktoberfest](https://img.shields.io/github/hacktoberfest/2022/diogopms/postgres-gcs-backup)](https://github.com/diogopms/postgres-gcs-backup/issues) + This project aims to provide a simple way to perform a PostgreSQL server/db backup using `pg_dump` and to upload it to Google Cloud Storage. It also provides the ability to send Slack alerts in case of failure.