Installation
Before starting, set up the database where Supavisor will store tenants' data. The following command will pull a Docker image with PostgreSQL 14 and run it on port 6432:
1 |
|
Supavisor
stores tables in thesupavisor
schema. The schema should be automatically created by thedev/postgres/00-setup.sql
file. If you encounter issues with migrations, ensure that this schema exists.
Next, get dependencies and apply migrations:
1 |
|