postgresql-17 | 18 Redis 8.2 | 8.8
Raw install on Ubuntu
A raw installation means named Ubuntu/PGDG packages, Docker Redis, optional
pgbouncer, and redgres.service. It does not wrap Postgres in a
proprietary cloud API. Pick one path. Full stack already installs the
app — do not also run curl …/install.sh.
1. Clone
cd ~
git clone https://github.com/SSujitX/redgres.git
cd ~/redgres
2. Ask on the terminal
Defaults: PostgreSQL 18, Redis 8.2, PgBouncer off.
sudo ./deploy/install.sh
3. Or pin versions (no prompts)
Swap 17/18, 8.2/8.8, disabled/fresh. Add --dry-run to preview.
sudo ./deploy/install.sh --non-interactive --mode fresh-postgres --postgres-version 18 --redis-mode fresh --redis-version 8.2 --pgbouncer-mode disabled
After install
The owner password prints once on your TTY. Open the printed :8989 URL.
Loopback health is curl -fsS http://127.0.0.1:8790/api/v1/healthz. Debug,
logs, owner reset, and rollback live on the
GitHub README.
App only
You already have PostgreSQL and Redis. This does not install databases.
curl -fsSL https://raw.githubusercontent.com/SSujitX/redgres/master/install.sh | sudo bash