-
Notifications
You must be signed in to change notification settings - Fork 6
Installer doesn't seem to function? #20
Comments
Having the same issue. To clarify the issue occurs when attempting to install the bb cli as instructed here: https://www.bytebase.com/docs/cli/overview/ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/bytebase/install/HEAD/install.sh)":
0.527 OS: linux
0.530 ARCH: amd64
0.531 Downloading tarball into /tmp/tmp.smVRty5Nf0
0.531
1.000 tarball /tmp/tmp.smVRty5Nf0/bytebase_linux_amd64.tar.gz not found |
Would you try again? Might be transient. |
@d-bytebase That seemed to work, but I ran into another issue with the installer. I need to install the bb CLI inside of a docker container and docker containers typically do not have the > [field-service-php stage-0 11/17] RUN /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/bytebase/install/HEAD/install.sh)":
0.858 OS: linux
0.861 ARCH: amd64
0.864 Downloading tarball into /tmp/tmp.kVRGrzZsI3
0.864
1.460 Start downloading https://github.com/bytebase/bytebase/releases/download/2.13.1/bytebase_linux_amd64.tar.gz...
1.467 % Total % Received % Xferd Average Speed Time Time Time Current
1.467 Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 237M 100 237M 0 0 24.0M 0 0:00:09 0:00:09 --:--:-- 27.7M
11.35 Completed downloading https://github.com/bytebase/bytebase/releases/download/2.13.1/bytebase_linux_amd64.tar.gz
11.35 Start extracting tarball into /tmp/tmp.kVRGrzZsI3...
11.35 environment: line 59: sudo: command not found install.shAny chance the script can be modified to remove the reference to |
Gotcha, could you install bytebase via Docker in this case? Docker network remains the only thing to figure out then. |
@d-bytebase I did a bit of research on using the docker image for Bytebase and it does not meet my needs. To give context, I want my developers to be able to use the The docker image for Bytebase that you recommend does not seem to come with the I was able to get around the issue with Can we reconsider the adjustment I mentioned previously? |
@john-peterson-g17 thanks for sharing the story, and I'm sorry for the pain. We will be more than happy to help the problem of "quick iteration that we need during local development of DB schema". On it. |
Seems the installer isn't in a working state?
The text was updated successfully, but these errors were encountered: