Run Aidbox on managed PostgreSQL
Last updated
Was this helpful?
Last updated
Was this helpful?
This quickstart guide explains how to run Aidbox on managed PostgreSQL instance.
aws CLI
psql
Follow to connect to cluster using aws-cli and psql
Execute following sql in psql
azure CLI
You may encounter permission denied
error when creating extensions. Just connect to PostgreSQL database using user that can create extension (usually admin user created with a server) and create failed extension manually.
Setup following environment variables. If you're using existing PGDATABASE
make sure aidbox
role has CREATE
privilege on it. Otherwise Aidbox won't be able to install most of the extensions.
Follow and execute following SQL to create role: