* Schema creation moved to DB init * Reverted change made for testing, minor README.md changes * Minor comment change * Removed unused code flow in backend entrypoint.sh --------- Co-authored-by: Hari John Kuriakose <hari@zipstack.com>
391 B
391 B
Unstract DB Setup Script
The db_setup.sh script helps setup the postgres database by making use of environment variables defined in the .essentials.env (user copy of the sample.essentials.env)
- POSTGRES_USER
- POSTGRES_DB
- POSTGRES_SCHEMA
This script helps setup the DB user and creates a new schema as well.