I am coming back from testing out Airbyte a while ...
# ask-community-for-troubleshooting
c
I am coming back from testing out Airbyte a while back. Pulled the newest changes from
master
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!
For what it is worth, the issue was due to my preexisting persistent volumes. The solution for me was to wipe them and restart from scratch; however, for those that have existing connections they do not want to loose I am not sure of a solution given that the bootloader image for
0.32.0-alpha
isn't available as far as I can tell.