Files
Chandrasekharan M 2d29154194 feat: [OSS] Schema creation moved to DB init (#864)
* 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>
2024-12-03 16:52:41 +05:30
..

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.