* Migrate airbyte-bootloader to Micronaut * PR feedback * More PR feedback * Rename variable for clarity * Add properties to support cloud * Formatting * Use default values for env vars * Re-organization to support cloud overrides * Disable conditional logging * More singleton cleanup * test: try CI without fluentbit * Revert "test: try CI without fluentbit" This reverts commit8fa0f74106. * test: enable SSH on EC2 runner * Revert "test: enable SSH on EC2 runner" This reverts commite4867aae09. * Avoid early database connection on startup * Fix compile issues from refactor * Formatting Co-authored-by: perangel <perangel@gmail.com>
7 lines
315 B
Markdown
7 lines
315 B
Markdown
# airbyte-bootloader
|
|
|
|
This application runs at start up for Airbyte. It is responsible for making sure that the environment is upgraded and in a good state. e.g. It makes sure the database has been migrated to the correct version.
|
|
|
|
## Entrypoint
|
|
* Application.java - has the main method for running the bootloader.
|