[BUG] Duplicate Database Creation #3845
Labels
bug
Something isn't working
flyteadmin
Issue for FlyteAdmin Service
good first issue
Good for newcomers
sandbox
Describe the bug
When first running:
The following errors may occurs.
It seems that during initialization, the process attempts to create the flyte database twice.
this isn't a big issue as it can be resolved by simply rerunning the command
POD_NAMESPACE=flyte ./flyte start --config flyte-single-binary-local.yaml
.It will not encounter the same issue on subsequent runs as the flyte database will already exist.
Expected behavior
No errors when first running
POD_NAMESPACE=flyte ./flyte start --config flyte-single-binary-local.yaml
.Additional context to reproduce
No response
Screenshots
No response
Are you sure this issue hasn't been raised already?
Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: