Works with the AI tools you already use

    CClaude CodeCCursorCCodex CLIGGitHub CopilotGGemini CLIVVS CodeWWindsurf+15 more

    Nex pi Backup Restore

    1

    A systemd service and timer run it daily, and an idempotent install script wires it all up.

    Secure checkout via Stripe

    0 installsSecurity scanned

    See it in action

    You say

    Set up a new pgvector instance for my 'knowledge-base' app. I already have a native Postgres on 5432, so I need a free port and a nightly backup script.

    Your agent does

    I've generated a configuration in postgres-multi/. I assigned 'knowledge-base' to port 5433 using the docker-pgvector template.

    • Port 5433 added to PORT-REGISTRY.md
    • Generated docker-compose.yml with 127.0.0.1:5433 binding
    • Added nightly backup entry to backup-all.sh (14-day retention)

    What you get

    Run pgvector and TimescaleDB side-by-side on a single Raspberry Pi.Avoid "peer authentication failed" errors with pre-configured SCRAM auth.Maintain a central registry to prevent database port collisions.Automate nightly gzipped backups for every Postgres instance on the host.Migrate from expensive managed Postgres to self-hosted multi-instance setups.

    About this skill

    The daily backup-and-restore system Nex AI runs in production. backup.sh dumps a Postgres database in custom format, tars the served app data, copies non-secret config, rotates old backups to a keep-window, and checks disk usage with a Telegram alert past a threshold. restore.sh is the deliberate, confirm-to-proceed companion that brings a backup back with a clean pg_restore. A systemd service and timer run it daily, and an idempotent install script wires it all up. Secrets are never backed up, and a commented off-box copy hook makes the backup durable. Field-verified, parameterised, restore added.

    Built by Nex AI. More skills and info at https://nex-ai.be and https://slopsome.com.

    How to install

    Drop the file into your AI Agent. Works with Claude, Cursor, ChatGPT, and 20+ more.

    Reviews

    No reviews yet

    Be one of the first to try it. Every listed skill passes our trust checks below.

    Security scanned

    Passed our 8-point scan before listing

    Fresh listing

    Recently published to Agensi

    30-day refund

    Not a fit? Get your money back

    Trust & safety

    Security scanned

    Verified clean 12 days ago

    Listed1 month ago
    Updated12 days ago

    Frequently Asked Questions