Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrading Airbyte to new version fails #9502

Closed
daleksic opened this issue Jan 14, 2022 · 9 comments
Closed

Upgrading Airbyte to new version fails #9502

daleksic opened this issue Jan 14, 2022 · 9 comments
Labels

Comments

@daleksic
Copy link

Environment

  • Airbyte version: 0.32.0-alpha-patch-1
  • OS Version / Instance: Debian 10
  • Deployment: Docker
  • Severity: Low
  • Step where error happened: Upgrade Airbyte

Current Behavior

After trying to upgrade Aibyte from 0.29.21-alpha to v0.32.0-alpha-patch-1 and latest, Airbyte won't start. The empty screen is shown on web page.

Expected Behavior

Airbyte should start with no problems.

Logs

If applicable, please upload the logs from the failing operation.
For sync jobs, you can download the full logs from the UI by going to the sync attempt page and
clicking the download logs button at the top right of the logs display window.

LOG

---

2022-01-13 08:41:15 INFO () RequestLogger(filter):109 - REQ 172.28.0.5 POST 200 /api/v1/deployment/export - {}
2022-01-13 08:41:23 INFO () RequestLogger(filter):109 - REQ 172.28.0.5 GET 200 /api/v1/health
2022-01-13 08:41:35 INFO () RequestLogger(filter):109 - REQ 172.28.0.5 GET 200 /api/v1/health
2022-01-13 08:41:43 INFO () RequestLogger(filter):109 - REQ 172.28.0.5 GET 200 /api/v1/health
2022-01-13 08:41:53 INFO () RequestLogger(filter):109 - REQ 172.28.0.5 GET 200 /api/v1/health
2022-01-13 08:42:03 INFO () RequestLogger(filter):109 - REQ 172.28.0.5 GET 200 /api/v1/health
2022-01-13 08:42:13 INFO () RequestLogger(filter):109 - REQ 172.28.0.5 GET 200 /api/v1/health
2022-01-13 08:42:23 INFO () RequestLogger(filter):109 - REQ 172.28.0.5 GET 200 /api/v1/health
2022-01-13 08:42:33 INFO () RequestLogger(filter):109 - REQ 172.28.0.5 GET 200 /api/v1/health
2022-01-13 08:42:43 INFO () RequestLogger(filter):109 - REQ 172.28.0.5 GET 200 /api/v1/health
2022-01-13 08:43:43 INFO () ServerApp(getServer):167 - Creating Staged Resource folder...
2022-01-13 08:43:44 INFO () ServerApp(getServer):170 - Creating config repository...
2022-01-13 08:43:44 INFO () EnvConfigs(getEnvOrDefault):517 - Using default value for environment variable CONFIG_DATABASE_USER: 'docker'
2022-01-13 08:43:44 INFO () EnvConfigs(getEnvOrDefault):517 - Using default value for environment variable CONFIG_DATABASE_PASSWORD: '*****'
2022-01-13 08:43:44 INFO () EnvConfigs(getEnvOrDefault):517 - Using default value for environment variable CONFIG_DATABASE_URL: 'jdbc:postgresql://db:5432/airbyte'
2022-01-13 08:43:44 WARN () Databases(createPostgresDatabaseWithRetry):41 - Waiting for database to become available...
2022-01-13 08:43:44 INFO () BaseDatabaseInstance(lambda$isDatabaseConnected$5):123 - Testing airbyte configs database connection...
2022-01-13 08:43:44 INFO () Databases(createPostgresDatabaseWithRetry):58 - Database available!
2022-01-13 08:43:44 INFO () BaseDatabaseInstance(lambda$getAndInitialize$3):92 - The airbyte configs database has been initialized
2022-01-13 08:43:44 INFO () ServerApp(getServer):185 - Creating Scheduler persistence...
2022-01-13 08:43:44 WARN () Databases(createPostgresDatabaseWithRetry):41 - Waiting for database to become available...
2022-01-13 08:43:44 INFO () BaseDatabaseInstance(lambda$isDatabaseConnected$5):123 - Testing airbyte jobs database connection...
2022-01-13 08:43:45 INFO () Databases(createPostgresDatabaseWithRetry):58 - Database available!
2022-01-13 08:43:45 INFO () BaseDatabaseInstance(lambda$getAndInitialize$3):92 - The airbyte jobs database has been initialized
2022-01-13 08:43:45 INFO () ServerApp(createDeploymentIfNoneExists):134 - running deployment: ea070c9c-abce-4a24-bcca-fbd3d8c399f0
2022-01-13 08:43:45 INFO () EnvConfigs(getEnvOrDefault):517 - Using default value for environment variable DEPLOYMENT_MODE: 'OSS'
2022-01-13 08:43:45 INFO () ServerApp(createWorkspaceIfNoneExists):144 - workspace already exists for the deployment.
2022-01-13 08:43:46 INFO () WorkflowServiceStubsImpl(<init>):168 - Created GRPC client for channel: ManagedChannelOrphanWrapper{delegate=ManagedChannelImpl{logId=1, target=airbyte-temporal:7233}}
2022-01-13 08:43:46 INFO () TemporalUtils(waitForTemporalServerAndLog):112 - Waiting for temporal server...
2022-01-13 08:43:46 WARN () TemporalUtils(waitForTemporalServerAndLog):117 - Waiting for default namespace to be initialized in temporal...
2022-01-13 08:43:53 INFO () TemporalUtils(waitForTemporalServerAndLog):131 - Found temporal default namespace!
2022-01-13 08:43:53 INFO () WorkflowServiceStubsImpl(<init>):168 - Created GRPC client for channel: ManagedChannelOrphanWrapper{delegate=ManagedChannelImpl{logId=5, target=airbyte-temporal:7233}}
2022-01-13 08:43:53 INFO () TemporalUtils(waitForTemporalServerAndLog):112 - Waiting for temporal server...
2022-01-13 08:43:53 WARN () TemporalUtils(waitForTemporalServerAndLog):117 - Waiting for default namespace to be initialized in temporal...
2022-01-13 08:44:00 INFO () TemporalUtils(waitForTemporalServerAndLog):131 - Found temporal default namespace!
2022-01-13 08:44:00 INFO () EnvConfigs(getEnvOrDefault):517 - Using default value for environment variable SPEC_CACHE_BUCKET: 'io-airbyte-cloud-spec-cache'
2022-01-13 08:44:00 INFO () ServerApp(runAutomaticMigration):359 - Running Automatic Migration from version : 0.29.3-alpha to version : 0.32.0-alpha
2022-01-13 08:44:00 INFO () DatabaseConfigPersistence(dumpConfigs):208 - Exporting all configs...
2022-01-13 08:44:15 INFO () MigrationRunner(run):37 - Unpacking tarball
2022-01-13 08:44:15 INFO () MigrationRunner(run):54 - Running migrations...
2022-01-13 08:44:15 INFO () MigrationRunner(run):55 - MigrateConfig{inputPath=/tmp/airbyte_migrate14282654529493362000/uncompressed, outputPath=/tmp/airbyte_migrate14282654529493362000/output, targetVersion='0.32.0-alpha'}
2022-01-13 08:44:15 INFO () Migrate(run):68 - Starting migrations. Current version: 0.29.3-alpha, Target version: 0.32.0-alpha
2022-01-13 08:44:15 INFO () Migrate(run):92 - Migrating from version: 0.29.0-alpha to version 0.30.0-alpha.
2022-01-13 08:47:03 INFO () ServerApp(getServer):177 - Creating config repository...
2022-01-13 08:47:03 INFO () EnvConfigs(getEnvOrDefault):445 - Using default value for environment variable CONFIG_DATABASE_USER: 'docker'
2022-01-13 08:47:03 INFO () EnvConfigs(getEnvOrDefault):445 - Using default value for environment variable CONFIG_DATABASE_PASSWORD: '*****'
2022-01-13 08:47:03 INFO () EnvConfigs(getEnvOrDefault):445 - Using default value for environment variable CONFIG_DATABASE_URL: 'jdbc:postgresql://db:5432/airbyte'
2022-01-13 08:47:03 WARN () Databases(createPostgresDatabaseWithRetry):58 - Waiting for database to become available...
2022-01-13 08:47:03 INFO () BaseDatabaseInstance(lambda$isDatabaseConnected$5):143 - Testing airbyte configs database connection...
2022-01-13 08:47:04 INFO () Databases(createPostgresDatabaseWithRetry):75 - Database available!
2022-01-13 08:47:04 INFO () BaseDatabaseInstance(lambda$getAndInitialize$3):112 - The airbyte configs database has been initialized
2022-01-13 08:47:04 INFO () ServerApp(getServer):187 - Creating Scheduler persistence...
2022-01-13 08:47:04 WARN () Databases(createPostgresDatabaseWithRetry):58 - Waiting for database to become available...
2022-01-13 08:47:04 INFO () BaseDatabaseInstance(lambda$isDatabaseConnected$5):143 - Testing airbyte jobs database connection...
2022-01-13 08:47:04 INFO () Databases(createPostgresDatabaseWithRetry):75 - Database available!
2022-01-13 08:47:04 INFO () BaseDatabaseInstance(lambda$getAndInitialize$3):112 - The airbyte jobs database has been initialized
2022-01-13 08:47:04 INFO () ServerApp(createDeploymentIfNoneExists):145 - running deployment: ea070c9c-abce-4a24-bcca-fbd3d8c399f0
2022-01-13 08:47:04 INFO () EnvConfigs(getEnvOrDefault):445 - Using default value for environment variable DEPLOYMENT_MODE: 'OSS'
2022-01-13 08:47:05 INFO () ServerApp(createWorkspaceIfNoneExists):155 - workspace already exists for the deployment.
2022-01-13 08:47:05 INFO () WorkflowServiceStubsImpl(<init>):168 - Created GRPC client for channel: ManagedChannelOrphanWrapper{delegate=ManagedChannelImpl{logId=1, target=airbyte-temporal:7233}}
2022-01-13 08:47:05 INFO () TemporalUtils(waitForTemporalServerAndLog):132 - Waiting for temporal server...
2022-01-13 08:47:05 WARN () TemporalUtils(waitForTemporalServerAndLog):137 - Waiting for default namespace to be initialized in temporal...
2022-01-13 08:47:13 INFO () TemporalUtils(waitForTemporalServerAndLog):151 - Found temporal default namespace!
2022-01-13 08:47:13 INFO () WorkflowServiceStubsImpl(<init>):168 - Created GRPC client for channel: ManagedChannelOrphanWrapper{delegate=ManagedChannelImpl{logId=5, target=airbyte-temporal:7233}}
2022-01-13 08:47:13 INFO () TemporalUtils(waitForTemporalServerAndLog):132 - Waiting for temporal server...
2022-01-13 08:47:13 WARN () TemporalUtils(waitForTemporalServerAndLog):137 - Waiting for default namespace to be initialized in temporal...
2022-01-13 08:47:20 INFO () TemporalUtils(waitForTemporalServerAndLog):151 - Found temporal default namespace!
2022-01-13 08:47:20 INFO () EnvConfigs(getEnvOrDefault):445 - Using default value for environment variable SPEC_CACHE_BUCKET: 'io-airbyte-cloud-spec-cache'
2022-01-13 08:47:20 INFO () ServerApp(getServer):242 - Starting server...
2022-01-13 08:47:20 INFO () Slf4jLog(info):49 - Flyway Community Edition 7.14.0 by Redgate
2022-01-13 08:47:20 INFO () Slf4jLog(info):49 - Database: jdbc:postgresql://db:5432/airbyte (PostgreSQL 13.4)
2022-01-13 08:47:20 INFO () Slf4jLog(info):49 - Schema history table "public"."airbyte_configs_migrations" already initialized with (0.29.0.001,Baseline from file-based migration v1). Skipping.
2022-01-13 08:47:20 INFO () Slf4jLog(info):49 - Flyway Community Edition 7.14.0 by Redgate
2022-01-13 08:47:20 INFO () Slf4jLog(info):49 - Database: jdbc:postgresql://db:5432/airbyte (PostgreSQL 13.4)
2022-01-13 08:47:20 INFO () Slf4jLog(info):49 - Schema history table "public"."airbyte_jobs_migrations" already initialized with (0.29.0.001,Baseline from file-based migration v1). Skipping.
2022-01-13 08:47:20 INFO () ServerApp(runFlywayMigration):312 - Migrating configs database
2022-01-13 08:47:20 INFO () Slf4jLog(info):49 - Flyway Community Edition 7.14.0 by Redgate
2022-01-13 08:47:20 INFO () Slf4jLog(info):49 - Successfully validated 1 migration (execution time 00:00.007s)
2022-01-13 08:47:20 INFO () Slf4jLog(info):49 - Current version of schema "public": 0.29.0.001
2022-01-13 08:47:20 INFO () Slf4jLog(info):49 - Schema "public" is up to date. No migration necessary.
2022-01-13 08:47:20 INFO () ServerApp(runFlywayMigration):314 - Migrating jobs database
2022-01-13 08:47:20 INFO () Slf4jLog(info):49 - Flyway Community Edition 7.14.0 by Redgate
2022-01-13 08:47:20 INFO () Slf4jLog(info):49 - Successfully validated 2 migrations (execution time 00:00.006s)
2022-01-13 08:47:20 INFO () Slf4jLog(info):49 - Current version of schema "public": 0.29.15.001
2022-01-13 08:47:20 INFO () Slf4jLog(info):49 - Schema "public" is up to date. No migration necessary.
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConfigsFromSeed):311 - Updating connector definitions from the seed if necessary...
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConfigsFromSeed):315 - Connectors in use: [everonhubble/source-google-datastore, airbyte/source-mysql, airbyte/source-mongodb, everonhubble/source-everon-mongo, airbyte/source-postgres, airbyte/source-mongodb-v2, airbyte/source-okta, sabifranjo96/source-everon-mongo, airbyte/destination-bigquery]
2022-01-13 08:47:20 WARN () DatabaseConfigPersistence(lambda$getConnectorRepositoryToInfoMap$17):414 - Duplicated connector version found for airbyte/destination-keen: 0.2.0 (8aaf41d0-f6d2-46de-9e79-c9540f828142) vs 0.2.0 (81740ce8-d764-4ea7-94df-16bb41de36ae)
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConfigsFromSeed):318 - Current connector versions: [airbyte/source-mysql: 0.4.0 (435bb9a5-7887-4809-aa58-28c27df0d7ad), airbyte/destination-snowflake: 0.3.14 (424892c4-daac-4491-b35d-c6688ba547ba), airbyte/source-paypal-transaction: 0.1.1 (d913b0f2-cc51-4e55-a44c-8ba1697b9239), airbyte/source-oracle: 0.3.4 (b39a7370-74c3-45a6-ac3a-380d48520a83), airbyte/destination-postgres: 0.3.11 (25c5221d-dce2-4163-ade9-739ef790f503), airbyte/source-bigcommerce: 0.1.0 (59c5501b-9f95-411e-9269-7143c939adbd), airbyte/destination-csv: 0.2.8 (8be1cf83-fde1-477f-a4ad-318d23c9f3c6), airbyte/destination-redshift: 0.3.14 (f7a7d195-377f-cf5b-70a5-be6b819019dc), airbyte/destination-mssql: 0.1.8 (d4353156-9217-4cad-8dd7-c108fd4f74cf), airbyte/source-google-sheets: 0.2.5 (71607ba1-c0ac-4799-8049-7f4b90dd50f7), airbyte/source-plaid: 0.2.1 (ed799e2b-2158-4c66-8da4-b40fe63bc72a), airbyte/source-recharge: 0.1.2 (45d2e135-2ede-49e1-939f-3e3ec357a65e), airbyte/destination-gcs: 0.1.2 (ca8f6566-e555-4b40-943a-545bf123117a), airbyte/source-file: 0.2.6 (778daa7c-feaf-4db6-96f3-70fd645acc77), airbyte/source-s3: 0.1.4 (69589781-7828-43c5-9f63-8925b1c1ccc2), airbyte/source-google-analytics-v4: 0.1.1 (eff3616a-f9c3-11eb-9a03-0242ac130003), airbyte/source-amazon-ads: 0.1.0 (c6b0a29e-1da9-4512-9002-7bfd0cba2246), airbyte/destination-mongodb: 0.1.0 (8b746512-8c2e-6ac1-4adc-b59faafd473c), airbyte/source-klaviyo: 0.1.1 (95e8cffd-b8c4-4039-968e-d32fb4a69bde), airbyte/source-gitlab: 0.1.0 (5e6175e5-68e1-4c17-bff9-56103bbb0d80), airbyte/source-cockroachdb: 0.1.2 (9fa5862c-da7c-11eb-8d19-0242ac130003), airbyte/source-zoom-singer: 0.2.4 (aea2fd0d-377d-465e-86c0-4fdc4f688e51), airbyte/source-sendgrid: 0.2.6 (fbb5fbe2-16ad-4cf4-af7d-ff9d9c316c87), airbyte/source-stripe: 0.1.17 (e094cb9a-26de-4645-8761-65c0c425d1de), airbyte/source-mixpanel-singer: 0.2.4 (859e501d-2b67-471f-91bb-1c801414d28f), airbyte/source-us-census: 0.1.0 (c4cfaeda-c757-489a-8aba-859fb08b6970), airbyte/source-google-directory: 0.1.3 (d19ae824-e289-4b14-995a-0632eb46d246), everonhubble/source-everon-mongo: 0.1.7 (ebfa53b2-383b-4e89-8739-2fd6dcc9106c), airbyte/source-bing-ads: 0.1.1 (47f25999-dd5e-4636-8c39-e7cea2453331), airbyte/source-pipedrive: 0.1.3 (d8286229-c680-4063-8c59-23b9b391c700), airbyte/destination-meilisearch: 0.2.10 (af7c921e-5892-4ff2-b6c1-4a5ab258fb7e), airbyte/destination-s3: 0.1.12 (4816b78f-1489-44c1-9060-4b19d5fa9362), airbyte/source-google-search-console-singer: 0.1.3 (5a1d14c2-d829-49cd-8437-1e87dc9f5368), airbyte/source-smartsheets: 0.1.5 (374ebc65-6636-4ea0-925c-7d35999a8ffc), airbyte/source-db2: 0.1.1 (447e0381-3780-4b46-bb62-00a4e3c8b8e2), airbyte/source-zendesk-sunshine: 0.1.0 (325e0640-e7b3-4e24-b823-3361008f603f), airbyte/source-google-ads: 0.1.10 (253487c0-2246-43ba-a21f-5116b20a2c50), airbyte/source-prestashop: 0.1.0 (d60a46d4-709f-4092-a6b7-2457f7d455f5), airbyte/source-recurly: 0.2.4 (cd42861b-01fc-4658-a8ab-5d11d0510f01), airbyte/source-mailchimp: 0.2.8 (b03a9f3e-22a5-11eb-adc1-0242ac120002), airbyte/source-amazon-seller-partner: 0.2.0 (e55879a8-0ef8-4557-abcf-ab34c53ec460), airbyte/source-postgres: 0.3.7 (decd338e-5647-4c0b-adf4-da0e75f5a750), airbyte/source-marketo-singer: 0.2.3 (9e0556f4-69df-4522-a3fb-03264d36b348), airbyte/source-square: 0.1.1 (77225a51-cd15-4a13-af02-65816bd0ecf4), airbyte/source-braintree-singer: 0.2.3 (396e4ca3-8a97-4b85-aa4e-c9d8c2d5f992), airbyte/source-bigquery: 0.1.2 (bfd1ddf8-ae8a-4620-b1d7-55597d2ba08c), sabifranjo96/source-everon-mongo: 0.1.3 (2e4390b0-9aef-4f60-b362-324d54dd1b1a), airbyte/source-harvest: 0.1.4 (fe2b4084-3386-4d3b-9ad6-308f61a6f1e6), airbyte/source-mixpanel: 0.1.1 (12928b32-bf0a-4f1e-964f-07e12e37153a), airbyte/destination-local-json: 0.2.8 (a625d593-bba5-4a1c-a53d-2d246268a816), airbyte/source-facebook-marketing: 0.2.17 (e7778cfc-e97c-4458-9ecb-b4f2bba8946c), airbyte/source-shortio: 0.1.0 (2fed2292-5586-480c-af92-9944e39fe12d), airbyte/destination-keen: 0.2.0 (8aaf41d0-f6d2-46de-9e79-c9540f828142), airbyte/source-jira: 0.2.10 (68e63de2-bb83-4c7e-93fa-a8a9051e3993), airbyte/destination-oracle: 0.1.7 (3986776d-2319-4de9-8af8-db14c0996e72), airbyte/source-chargebee: 0.1.3 (686473f1-76d9-4994-9cc7-9b13da46147c), airbyte/destination-kafka: 0.1.2 (9f760101-60ae-462f-9ee6-b7a9dafd454d), airbyte/source-zendesk-chat: 0.1.2 (40d24d0f-b8f9-4fe0-9e6c-b06c0f3f45e4), airbyte/source-aws-cloudtrail: 0.1.2 (6ff047c0-f5d5-4ce5-8c81-204a830fa7e1), airbyte/source-apify-dataset: 0.1.1 (47f17145-fe20-4ef5-a548-e29b048adf84), airbyte/source-appstore-singer: 0.2.4 (2af123bf-0aaf-4e0d-9784-cb497f23741a), airbyte/source-freshdesk: 0.2.6 (ec4b9503-13cb-48ab-a4ab-6ade4be46567), airbyte/source-mongodb: 0.3.3 (487b930d-7f6a-43ce-8bac-46e6b2de0a55), airbyte/source-github: 0.1.11 (ef69ef6e-aa7f-4af1-a01d-ef775033524e), airbyte/source-hubspot: 0.1.13 (36c891d9-4bd9-43ac-bad2-10e12756272c), airbyte/source-intercom: 0.1.3 (d8313939-3782-41b0-be29-b3ca20d8dd3a), airbyte/source-microsoft-teams: 0.2.2 (eaf50f04-21dd-4620-913b-2a83f5635227), airbyte/source-clickhouse: 0.1.2 (bad83517-5e54-4a3d-9b53-63e85fbd4d7c), airbyte/source-snapchat-marketing: 0.1.1 (200330b2-ea62-4d11-ac6d-cfe3e3f8ab2b), airbyte/source-drift: 0.2.2 (445831eb-78db-4b1f-8f1f-0d96ad8739e2), everonhubble/source-google-datastore: 0.1.9.355 (fa9e19b3-ac84-4382-9dc9-c0821245b9a3), airbyte/source-slack: 0.1.11 (c2281cee-86f9-4a86-bb48-d23286b4c7bd), airbyte/source-braintree: 0.1.0 (63cea06f-1c75-458d-88fe-ad48c7cb27fd), airbyte/source-bamboo-hr: 0.1.0 (90916976-a132-4ce9-8bce-82a03dd58788), airbyte/source-pokeapi: 0.1.1 (6371b14b-bc68-4236-bfbd-468e8df8e968), airbyte/source-asana: 0.1.1 (d0243522-dccf-4978-8ba0-37ed47a0bdbf), airbyte/destination-azure-blob-storage: 0.1.0 (b4c5d105-31fd-4817-96b6-cb923bfc04cb), airbyte/source-quickbooks-singer: 0.1.3 (29b409d9-30a5-4cc8-ad50-886eb846fea3), airbyte/source-exchange-rates: 0.2.3 (e2b40e36-aa0e-4bed-b41b-bcea6fa348b1), airbyte/source-looker: 0.2.4 (00405b19-9768-4e0c-b1ae-9fc2ee2b2a8c), airbyte/source-typeform: 0.1.1 (e7eff203-90bf-43e5-a240-19ea3056c474), airbyte/source-surveymonkey: 0.1.0 (badc5925-0485-42be-8caa-b34096cb71b5), airbyte/source-cart: 0.1.3 (bb1a6d31-6879-4819-a2bd-3eed299ea8e2), airbyte/source-google-adwords-singer: 0.2.6 (fdc8b827-3257-4b33-83cc-106d234c34d4), airbyte/source-facebook-pages: 0.1.0 (010eb12f-837b-4685-892d-0a39f76a98f5), airbyte/source-close-com: 0.1.0 (dfffecb7-9a13-43e9-acdc-b92af7997ca9), airbyte/source-greenhouse: 0.2.3 (59f1e50a-331f-4f09-b3e8-2e8d4d355f44), airbyte/source-twilio: 0.1.0 (b9dc6155-672e-42ea-b10d-9f1f1fb95ab1), airbyte/source-posthog: 0.1.4 (af6d50ee-dddf-4126-a8ee-7faee990774f), airbyte/source-redshift: 0.3.2 (e87ffa8e-a3b5-f69c-9076-6011339de1f6), airbyte/source-trello: 0.1.0 (8da67652-004c-11ec-9a03-0242ac130003), airbyte/source-snowflake: 0.1.1 (e2d65910-8c8b-40a1-ae7d-ee2416b2bfa2), airbyte/source-zendesk-talk: 0.1.2 (c8630570-086d-4a40-99ae-ea5b18673071), airbyte/source-mssql: 0.3.5 (b5ea17b1-f170-46dc-bc31-cc744ca984c1), airbyte/destination-bigquery-denormalized: 0.1.5 (079d5540-f236-4294-ba7c-ade8fd918496), airbyte/destination-mysql: 0.1.11 (ca81ee7c-3163-4246-af40-094cc31e5e42), airbyte/source-tempo: 0.2.3 (d1aa448b-7c54-498e-ad95-263cbebcd2db), airbyte/source-zendesk-support: 0.1.1 (79c1aa37-dae3-42ae-b333-d1c105477715), airbyte/source-okta: 0.1.2 (3b6993ea-3e29-48d9-b08a-72391f3fb58f), airbyte/source-salesforce: 0.1.0 (b117307c-14b6-41aa-9422-947e34922962), airbyte/source-iterable: 0.1.6 (2e875208-0c0b-4ee4-9e92-1cb3156ea799), airbyte/source-amplitude: 0.1.1 (fa9f58c6-2d03-4237-aaa4-07d75e0c1396), airbyte/source-googleanalytics-singer: 0.2.6 (39f092a6-8c87-4f6f-a8d9-5cef45b7dbe1), airbyte/source-shopify: 0.1.17 (9da77001-af33-4bcd-be46-6252bf9342b9), airbyte/source-zuora: 0.1.0 (3dc3037c-5ce8-4661-adc2-f7a9e3c5ece5), airbyte/destination-bigquery: 0.3.12 (22f6c74f-5699-40ff-833c-4a879ea40133), airbyte/source-google-workspace-admin-reports: 0.1.4 (ed9dfefa-1bbc-419d-8c5e-4d78f0ef6734), airbyte/source-dixa: 0.1.1 (0b5c867e-1b12-4d02-ab74-97b2184ff6d7), airbyte/source-instagram: 0.1.8 (6acf6b55-4f1e-4fca-944e-1a3caef8aba8), airbyte/source-google-search-console: 0.1.0 (eb4c9e00-db83-4d63-a386-39cfa91012a8), airbyte/destination-pubsub: 0.1.1 (356668e2-7e34-47f3-a3b0-67a8a481b692), airbyte/source-mongodb-v2: 0.1.3 (98e7c98a-af5e-4908-b48c-a4e5b09936d1), airbyte/destination-dynamodb: 0.1.0 (8ccd8909-4e99-4141-b48d-4984b70b2d89), airbyte/source-salesforce-singer: 0.2.5 (2470e835-feaf-4db6-96f3-70fd645acc77)]
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/source-sendgrid does not need update: 0.2.6
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/source-snapchat-marketing does not need update: 0.1.1
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/source-mixpanel does not need update: 0.1.1
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/source-googleanalytics-singer does not need update: 0.2.6
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/source-google-directory does not need update: 0.1.3
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/source-db2 does not need update: 0.1.1
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/source-exchange-rates does not need update: 0.2.3
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/source-github does not need update: 0.1.11
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/source-appstore-singer does not need update: 0.2.4
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/source-zendesk-talk does not need update: 0.1.2
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/source-bigquery does not need update: 0.1.2
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/source-asana does not need update: 0.1.1
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/source-oracle does not need update: 0.3.4
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/source-cockroachdb does not need update: 0.1.2
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/source-shortio does not need update: 0.1.0
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/source-hubspot does not need update: 0.1.13
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/source-zendesk-support does not need update: 0.1.1
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/source-facebook-pages does not need update: 0.1.0
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/source-amplitude does not need update: 0.1.1
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/source-pokeapi does not need update: 0.1.1
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/source-close-com does not need update: 0.1.0
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/source-stripe does not need update: 0.1.17
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/source-quickbooks-singer does not need update: 0.1.3
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/source-us-census does not need update: 0.1.0
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/source-mailchimp does not need update: 0.2.8
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/source-harvest does not need update: 0.1.4
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/source-recurly does not need update: 0.2.4
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/source-google-analytics-v4 does not need update: 0.1.1
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/source-intercom does not need update: 0.1.3
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/source-dixa does not need update: 0.1.1
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):362 - Connector airbyte/source-postgres is in use; skip updating
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/source-slack does not need update: 0.1.11
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/source-apify-dataset does not need update: 0.1.1
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/source-typeform does not need update: 0.1.1
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/source-trello does not need update: 0.1.0
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/source-drift does not need update: 0.2.2
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/source-gitlab does not need update: 0.1.0
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/source-aws-cloudtrail does not need update: 0.1.2
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/source-chargebee does not need update: 0.1.3
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/source-file does not need update: 0.2.6
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/source-zendesk-sunshine does not need update: 0.1.0
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/source-s3 does not need update: 0.1.4
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/source-square does not need update: 0.1.1
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/source-salesforce does not need update: 0.1.0
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):362 - Connector airbyte/source-mongodb-v2 is in use; skip updating
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/source-google-ads does not need update: 0.1.10
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/source-klaviyo does not need update: 0.1.1
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/source-microsoft-teams does not need update: 0.2.2
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/source-bamboo-hr does not need update: 0.1.0
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/source-google-search-console does not need update: 0.1.0
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/source-smartsheets does not need update: 0.1.5
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/source-clickhouse does not need update: 0.1.2
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/source-paypal-transaction does not need update: 0.1.1
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/source-bing-ads does not need update: 0.1.1
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/source-amazon-seller-partner does not need update: 0.2.0
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/source-looker does not need update: 0.2.4
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/source-google-adwords-singer does not need update: 0.2.6
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/source-plaid does not need update: 0.2.1
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/source-prestashop does not need update: 0.1.0
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/source-snowflake does not need update: 0.1.1
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/source-google-sheets does not need update: 0.2.5
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/source-freshdesk does not need update: 0.2.6
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/source-recharge does not need update: 0.1.2
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/source-instagram does not need update: 0.1.8
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/source-surveymonkey does not need update: 0.1.0
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/source-facebook-marketing does not need update: 0.2.17
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/source-twilio does not need update: 0.1.0
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/source-cart does not need update: 0.1.3
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):362 - Connector airbyte/source-okta is in use; skip updating
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/source-braintree does not need update: 0.1.0
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/source-iterable does not need update: 0.1.6
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/source-shopify does not need update: 0.1.17
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/source-pipedrive does not need update: 0.1.3
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/source-zuora does not need update: 0.1.0
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/source-jira does not need update: 0.2.10
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/source-posthog does not need update: 0.1.4
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/source-greenhouse does not need update: 0.2.3
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/source-zoom-singer does not need update: 0.2.4
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/source-tempo does not need update: 0.2.3
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/source-google-workspace-admin-reports does not need update: 0.1.4
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/source-marketo-singer does not need update: 0.2.3
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):362 - Connector airbyte/source-mysql is in use; skip updating
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/source-redshift does not need update: 0.3.2
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/source-bigcommerce does not need update: 0.1.0
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/source-amazon-ads does not need update: 0.1.0
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/source-mssql does not need update: 0.3.5
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/source-zendesk-chat does not need update: 0.1.2
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/destination-keen does not need update: 0.2.0
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/destination-meilisearch does not need update: 0.2.10
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/destination-kafka does not need update: 0.1.2
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/destination-azure-blob-storage does not need update: 0.1.0
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/destination-csv does not need update: 0.2.8
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/destination-snowflake does not need update: 0.3.14
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/destination-local-json does not need update: 0.2.8
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/destination-redshift does not need update: 0.3.14
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/destination-gcs does not need update: 0.1.2
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/destination-oracle does not need update: 0.1.7
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/destination-dynamodb does not need update: 0.1.0
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/destination-postgres does not need update: 0.3.11
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/destination-mysql does not need update: 0.1.11
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/destination-s3 does not need update: 0.1.12
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):362 - Connector airbyte/destination-bigquery is in use; skip updating
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/destination-mssql does not need update: 0.1.8
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/destination-bigquery-denormalized does not need update: 0.1.5
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/destination-mongodb does not need update: 0.1.0
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/destination-pubsub does not need update: 0.1.1
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConnectorDefinitions):378 - Connector airbyte/destination-keen does not need update: 0.2.0
2022-01-13 08:47:20 INFO () DatabaseConfigPersistence(updateConfigsFromSeed):338 - Connector definitions have been updated (0 new connectors, and 0 updates)
2022-01-13 08:47:20 INFO () Log(initialized):169 - Logging initialized @19731ms to org.eclipse.jetty.util.log.Slf4jLog
2022-01-13 08:47:21 INFO () Server(doStart):360 - jetty-9.4.31.v20200723; built: 2020-07-23T17:57:36.812Z; git: 450ba27947e13e66baa8cd1ce7e85a4461cacc1d; jvm 14.0.2+12-46
2022-01-13 08:47:22 INFO () Version(<clinit>):21 - HV000001: Hibernate Validator 6.1.2.Final
2022-01-13 08:47:22 INFO () ContextHandler(doStart):860 - Started o.e.j.s.ServletContextHandler@369fb99a{/,null,AVAILABLE}
2022-01-13 08:47:22 INFO () AbstractConnector(doStart):331 - Started ServerConnector@5e50df2e{HTTP/1.1, (http/1.1)}{0.0.0.0:8001}
2022-01-13 08:47:22 INFO () Server(doStart):400 - Started @21557ms
2022-01-13 08:47:22 INFO () ServerApp(start):138 - 

Steps to Reproduce

  1. Upgrade Airbyte from 0.29.21-alpha to 0.32.0-alpha-patch-1
  2. Open browser and an empty screen is shown
@marcosmarxm
Copy link
Member

@daleksic the upgrade process can take some time. In logs I don't see any error.

@hbd
Copy link

hbd commented Jan 26, 2022

I am having the same issue upgrading from 0.33.8-alpha to 0.35.5-alpha. While the logs do not produce an error, the Flyway Community Edition 7.14.0 by Redgate log repeats endlessly. After starting with the latest version, I left it running for 10 minutes before stopping due to the endless loop.

@hbd
Copy link

hbd commented Feb 2, 2022

I am now seeing an error when upgrading from 0.3.8-alpha to 0.35.15-alpha:

airbyte-scheduler   | 2022-02-02 20:39:51 INFO i.a.s.a.SchedulerApp(waitForServer):210 - Waiting for server to become available...
airbyte-scheduler   | 2022-02-02 20:39:53 INFO i.a.s.a.SchedulerApp(waitForServer):210 - Waiting for server to become available...
airbyte-scheduler   | 2022-02-02 20:39:55 INFO i.a.s.a.SchedulerApp(waitForServer):210 - Waiting for server to become available...
airbyte-server      | 2022-02-02 20:39:56 INFO o.f.c.i.l.s.Slf4jLog(info):49 - Flyway Community Edition 7.14.0 by Redgate
airbyte-server      | 2022-02-02 20:39:56 ERROR i.a.s.ServerApp(main):236 - Server failed
airbyte-server      | java.lang.RuntimeException: Timeout while waiting for database to fulfill minimum flyway migration version..
airbyte-server      |   at io.airbyte.db.instance.MinimumFlywayMigrationVersionCheck.assertMigrations(MinimumFlywayMigrationVersionCheck.java:81) ~[io.airbyte.airbyte-db-lib-0.35.15-alpha.jar:?]
airbyte-server      |   at io.airbyte.server.ServerApp.assertDatabasesReady(ServerApp.java:131) ~[io.airbyte-airbyte-server-0.35.15-alpha.jar:?]
airbyte-server      |   at io.airbyte.server.ServerApp.getServer(ServerApp.java:155) ~[io.airbyte-airbyte-server-0.35.15-alpha.jar:?]
airbyte-server      |   at io.airbyte.server.ServerApp.main(ServerApp.java:234) [io.airbyte-airbyte-server-0.35.15-alpha.jar:?]
airbyte-server      | 2022-02-02 20:39:59 INFO i.a.s.ServerApp(getServer):150 - Checking databases..

@hbd
Copy link

hbd commented Feb 2, 2022

We were able to fix this by modifying our Docker Compose file (docker-compose.yaml) a bit. It seems we missed a few things that were added over the past couple of months:

  1. Add the boostrap service as seen on the main branch
  2. Add JOBS_DATABASE_MINIMUM_FLYWAY_MIGRATION_VERSION and CONFIGS_DATABASE_MINIMUM_FLYWAY_MIGRATION_VERSION to .env and respectively to docker-compose.yaml as seen on the main branch
  3. Restart the services

@marcosmarxm
Copy link
Member

thanks for the explanation @hbd

@epireve
Copy link

epireve commented Feb 17, 2022

Hi there,

I was upgrading from version 0.26.0. What I did was, upgrade to 0.32.0 first, added VERSION_0_32_0_FORCE_UPGRADE=true on the second line in .env file.

Next, run "docker-compose up". I had to run it three and failed the third time. Time time, the storage is full because of the massive log file. /dev/vda1 shown 100% of usage. 68GB of logs is no joke!

Had to run "docker system prune" and "docker volume rm $(docker volume ls -q | grep airbyte)" to remove any past volume. This leads me to clean install for the AIrbyte. I had my backup beforehand, no big deal.

I pulled the latest branch from git "git pull" and discard all the changes. Run "docker-compose up" again. Failed. Pulled .env and YAML files ("wget -N https://raw.githubusercontent.com/airbytehq/airbyte/master/{.env,docker-compose.yaml}") and rerun docker-compose.

After a while, saw that Airbyte localhost:8000. Profit.

Took me over two days for this try and error. Hope it helps!

@marcosmarxm
Copy link
Member

Thanks for this info @epireve ! Sorry the inconvenience

@taragurung
Copy link

How to do it on Kubernetes deployment. I tried to update it via config-map used by Airbyte-Serverbut it's still using the default version for the flyaway-migrator

@evantahler
Copy link
Contributor

It looks like this issue is closed! Please open a new issue if you are still having problems with migrations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

10 participants