Config Database Tables Documentation

Summary

When specifying a different database name for the config database in the .env file, tables are not created in the config database upon deploying Airbyte. User is looking for documentation specifying the list of table names used in the config database.


Question

In .env, I specified another database name for config database to separate from default settings, but when I deployed airbyte, no tables are created in config database.
~Is there a doc that specifies the list of table names used in config database?~
Found the docs



This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want to access the original thread.

Join the conversation on Slack

["config-database", "table-names", "documentation"]

Did you run the migrations or is your ENV variable that enables the migration set?

I didn’t ran migrations, just the regular way to deploy airbyte using docker compose.
~I didn’t specify ENV variable to enable migration but is there specific variables in .env file that enables migration?~