All Templates / Automation

Postgres Minio Backups

Postgres Minio Backups

A Docker to backup your PostgreSQL database to Minio via a cron.

Deploy Postgres Minio Backups

Backup Job

nelsondev19/postgres-minio-backups:latest

Just deployed

Postgres Minio backups

A Docker to backup your PostgreSQL database to Minio via a cron.

Overview

The template use Docker and Bash Scripting to dump your PostgreSQL data to a file and then upload the file to Minio.

Configuration

  • MINIO_ENDPOINT - Minio endpoint. Example: http://minio:9000.

  • ACCESS_KEY - Minio access key.

  • SECRET_KEY - Minio secret key.

  • MINIO_BUCKET - Minio bucket. Example my-bucket.

  • BACKUP_DATABASE_URL - The connection string of the database to backup. Example: "postgresql://username:password@host:port/database"

  • CRON_SCHEDULE - The cron schedule to run the backup on. Example: 0 5 * * * the cron runs at 5 AM every day


Deploy Now

Details

Nelson Hernández

Created on Nov 18, 2024

0 total projects

Automation



More templates in this category

View Template
Postgres S3 backups

Postgres S3 backups

A simple NodeJS app to back up your PostgreSQL database to S3 via a cron


Railway Templates

View Template
Tier

Tier

A single tool to configure,orchestrate and manage your entire pricing stack


View Template
Trigger.dev

Trigger.dev

Open source background jobs framework for TypeScript.


Jan Henning