Databasus

Use this skill when the user wants to backup PostgreSQL databases with point-in-time recovery

javimosch 3bbecfc 763 B Updated

File contents

Databasus Plugin

backup PostgreSQL databases with point-in-time recovery

Commands

  • databasus self version — Print databasus version
  • databasus _ _ — Passthrough to databasus CLI

Usage Examples

  • "Backup this PostgreSQL database"
  • "Restore to a specific point in time"
  • "List available backups"

Installation

go install github.com/nicholasgasior/databasus@latest

Examples

databasus backup --db mydb
databasus restore --to "2024-01-15 10:30:00"
databasus list

Key Features

  • Continuous WAL archiving
  • Point-in-time recovery
  • Incremental backups
  • S3/local storage support

javimosch/supercli/tree/main/plugins/databasus/skills/quickstart commit 3bbecfc242

Frequently asked questions

npx skillmds@latest add javimosch/databasus