Works with the AI tools you already use

    Claude CodeClaude CodeCursorCursorCodex CLICodex CLIGitHub CopilotGitHub CopilotGemini CLIGemini CLI+20 more

    Nex Postgres Multi Instance

    5

    Manage multiple Postgres versions and extensions on one Linux box with a port registry and unified backups.

    Free

    1 installSecurity scanned
    nex-postgres-multi-instance

    nex-postgres-multi-instance

    Example session with this skill installed

    I need to add a pgvector instance for a new project called 'brain-search' on my Ubuntu box. Port 5432 is already taken by my main app.

    • Read your context and instructions
    • Compiled the nex-postgres-multi-instance

    I've generated the postgres-multi/ package. I've assigned 'brain-search' to port 5433 (the next free port in your registry) using the docker-pgvector template.

    Registry Entry added
    5433 | brain-search-db | brain-search | pgvector pg16 | docker | 2024-05-20

    Run this to start
    docker compose -f postgres-multi/docker-instances/docker-compose-brain-search.yml up -d

    Connects securely to your tools. The creator never sees your data.

    About this skill

    Run Multiple Postgres Instances Peacefully

    Running multiple databases on a single Linux machine often leads to port collisions, authentication headaches ("Peer authentication failed"), and backup gaps. This skill implements a battle-tested operational pattern for developers who need to host multiple isolated Postgres environments—such as pgvector, TimescaleDB, and vanilla Postgres—side-by-side without version conflicts or high managed-database bills.

    What it does

    The skill generates a hard-coded infrastructure folder (postgres-multi/) containing everything needed to manage your database fleet:

    • Port Registry: A canonical mapping to prevent port collisions between services.
    • Multi-Instance Configs: Templates for both Debian-managed clusters and Docker containers (pgvector, TimescaleDB, vanilla).
    • Hardened Security: Automatic 127.0.0.1 binding and SCRAM-SHA-256 authentication setup to prevent credential-spraying.
    • Unified Backups: A central shell script that iterates through your registry to perform gzipped nightly dumps with auto-pruning.
    • Fix Scripts: One-shot utilities to resolve common "peer authentication" issues and check port availability.

    Why use this skill?

    Unlike a generic AI prompt, this skill enforces strict operational standards: it ensures every volume is app-prefixed to prevent accidental data deletion, insists on non-root app roles, and provides a documented upgrade path for when the next Postgres major version ships. It transforms a messy "db-on-a-box" setup into a professional, registry-backed database platform.

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

    How to install

    Works the same in every agent - Claude, Cursor, Codex, Copilot and 20+ more.

    ~30 seconds
    1. 1

      Download the ZIP

      Free skills download straight away. Paid skills unlock right after purchase.

    2. 2

      Unzip into your skills folder

      Every agent reads skills from one folder on your machine. Drop the unzipped folder in there.

    3. 3

      Ask your agent to use it

      Restart the agent if it was already running. It picks the skill up automatically - no config needed.

    Skills folder by agent

    Click the path to copy it. Create the folder if it does not exist yet.

    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

    1 install

    Downloaded by developers to date

    Free forever

    No account required to browse

    Trust & safety

    Security scanned

    Verified clean 1 month ago

    • Free to download with an account

    Listed3 months ago
    Updated1 month ago

    What's inside

    Frequently Asked Questions