# stash-postgres **Repository Path**: mirrors_codejamninja/stash-postgres ## Basic Information - **Project Name**: stash-postgres - **Description**: Postgres backup and restore plugin for Stash by AppsCode - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-11-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Go Report Card](https://goreportcard.com/badge/stash.appscode.dev/postgres)](https://goreportcard.com/report/stash.appscode.dev/postgres) [![Build Status](https://travis-ci.org/stashed/postgres.svg?branch=master)](https://travis-ci.org/stashed/postgres) [![Docker Pulls](https://img.shields.io/docker/pulls/stashed/stash-postgres.svg)](https://hub.docker.com/r/stashed/stash-postgres/) [![Slack](https://slack.appscode.com/badge.svg)](https://slack.appscode.com) [![Twitter](https://img.shields.io/twitter/follow/appscodehq.svg?style=social&logo=twitter&label=Follow)](https://twitter.com/intent/follow?screen_name=AppsCodeHQ) # Postgres Postgres backup and restore plugin for [Stash by AppsCode](https://appscode.com/products/stash). ## Install Install PostgreSQL 11.2 backup or restore plugin for Stash as below. ```console helm repo add appscode https://charts.appscode.com/stable/ helm repo update helm install appscode/stash-postgres --name=stash-postgres-11.2 --version=11.2 ``` To install catalog for all supported PostgreSQL versions, please visit [here](https://github.com/stashed/catalog). ## Uninstall Uninstall PostgreSQL 11.2 backup or restore plugin for Stash as below. ```console helm delete stash-postgres-11.2 ``` ## Support We use Slack for public discussions. To chit chat with us or the rest of the community, join us in the [AppsCode Slack team](https://appscode.slack.com/messages/C8NCX6N23/details/) channel `#stash`. To sign up, use our [Slack inviter](https://slack.appscode.com/). If you have found a bug with Stash or want to request for new features, please [file an issue](https://github.com/stashed/stash/issues/new).