Carter Tiernan
06/07/2022, 4:13 PMmaster
and when I attempt to start Airbyte using docker-compose up
(intel mac) the web app says "Something went wrong... the server may still be starting up". Looking through the logs it looks like there are a couple errors that I haven't been able to resolve. Firstly, the bootloader wants me to upgrade to 0.32.0-alpha before using the current version (but I cannot find this version on DockerHub). Secondly, the server times-out "while waiting for database to fulfill minimum flyway migration version..", only thing I can see in the logs for the database is that temporal
already exists and it stops logging after this command (maybe its stuck?)
2022-06-07 16:05:40.186 UTC [39] STATEMENT: INSERT INTO
namespaces (partition_id, id, name, is_global, data, data_encoding, notification_version)
VALUES($1, $2, $3, $4, $5, $6, $7)
Any help is appreciated. Ive attempted to change the mounts in .env
to a new local dir, but I get the same error. Thanks!Carter Tiernan
06/08/2022, 1:50 PM0.32.0-alpha
isn't available as far as I can tell.