airbyte icon indicating copy to clipboard operation
airbyte copied to clipboard

Migrating from Docker Compose failed using abctl tool

Open tim0n3 opened this issue 6 months ago • 1 comments

What happened?

Cannot successfully install airbyte 0.63.19 using abctl local install --migrate

Logs: abctl-logs.txt redacted-docker-compose.yaml.txt redacted-env.txt

What did you expect to happen?

Migration from docker stack to abctl cluster per the documentation > Migrating from Docker Compose

Abctl Version

$ abctl version
# [paste output here](version: v0.13.1)

Docker Version

$ docker version
# Client: Docker Engine - Community
 Version:           27.1.1
 API version:       1.46
 Go version:        go1.21.12
 Git commit:        6312585
 Built:             Tue Jul 23 19:57:19 2024
 OS/Arch:           linux/amd64
 Context:           default

Server: Docker Engine - Community
 Engine:
  Version:          27.1.1
  API version:      1.46 (minimum version 1.24)
  Go version:       go1.21.12
  Git commit:       cc13f95
  Built:            Tue Jul 23 19:57:19 2024
  OS/Arch:          linux/amd64
  Experimental:     false
 containerd:
  Version:          1.7.19
  GitCommit:        2bf793ef6dc9a18e00cb12efb64355c2c9d5eb41
 runc:
  Version:          1.7.19
  GitCommit:        v1.1.13-0-g58aa920
 docker-init:
  Version:          0.19.0
  GitCommit:        de40ad0

OS Version

# On Linux:
$ cat /etc/os-release
# PRETTY_NAME="Debian GNU/Linux 12 (bookworm)"
NAME="Debian GNU/Linux"
VERSION_ID="12"
VERSION="12 (bookworm)"
VERSION_CODENAME=bookworm
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"
# On Mac:
$ uname -a
# paste output here

# On Windows:
C:\> wmic os get Caption, Version, BuildNumber, OSArchitecture
# paste output here

tim0n3 avatar Aug 23 '24 10:08 tim0n3