dataall icon indicating copy to clipboard operation
dataall copied to clipboard

Initial bootstrap in local dev environment doesn't use alembic scripts to create database tables in docker container

Open TejasRGitHub opened this issue 1 year ago • 0 comments

Describe the bug

When freshly starting local dev data.all, during the start of graphql container, the start script created all the table from the db models. With this all the tables are created but with this few records which are automatically added during the alembic scripts upgrade are missing

How to Reproduce

Delete all the data.all related container and images Bootstrap data.all as per instructions here https://data-dot-all.github.io/dataall/deploy-locally/

Expected behavior

Bootstrap should create a similar database with all necessary records as it made available in the data.all aws deploymet

Your project

No response

Screenshots

No response

OS

Mac

Python version

3.9

AWS data.all version

2.6

Additional context

No response

TejasRGitHub avatar Aug 13 '24 15:08 TejasRGitHub