https://cal.com logo
Join Slack
Powered by
# docker
  • l

    leog

    02/15/2023, 8:06 PM
    anyone with a bit more experience with Docker, here @Sascha Foerster is experiencing a database reset when it comes to enabled apps when upgrading to a new release following these steps to upgrade, any clues?
    Copy code
    cd /home/calcom-docker
    git pull
    git submodule update --remote --init
    docker compose pull
    DOCKER_BUILDKIT=0 docker compose build calcom
    docker compose up -d
  • s

    Sascha Foerster

    02/15/2023, 8:39 PM
    Oh, itโ€™s only happening with the activation and deactivation of apps in the admin backend. All other settings are fine. Just for clarification. :)
  • l

    leog

    02/15/2023, 10:21 PM
    So, app status get reseted after upgrading. Iโ€™m pretty sure that comes from the app seeder, maybe it runs and reestablishes its status to some kind of default status
  • s

    Sascha Foerster

    02/17/2023, 9:26 AM
    That sounds like what is happening.
  • c

    Colin - Krumware

    02/17/2023, 3:58 PM
    That's interesting, is there something that can be checked in the migration scripting? This sounds like it probably isn't limited to the docker deployments
    l
    • 2
    • 1
  • c

    Colin - Krumware

    02/17/2023, 4:01 PM
    Version 2.6 tagged and pushed ๐ŸŽ‰
    p
    • 2
    • 9
  • c

    Colin - Krumware

    02/17/2023, 5:30 PM
    Version 2.6.1 is tagged and published ๐ŸŽ‰
    e
    p
    • 3
    • 17
  • v

    Val Brochard

    02/18/2023, 4:25 PM
    Hi, hope you guys are fine ! Tried Cal today with self hosted with docker and I have some questions ๐Ÿ™‚ I can't use workflows and API keys both give me that
  • v

    Val Brochard

    02/18/2023, 4:25 PM
    But I don't find in the documentation if it's a self hosted restriction or just a bug
  • v

    Val Brochard

    02/18/2023, 4:26 PM
    same for Stripe I got error but saw on github discution that is on progress since last week
  • v

    Val Brochard

    02/18/2023, 4:27 PM
    all this keys are completed for information and I redeployed 30min ago on the latest
  • l

    leog

    02/18/2023, 4:28 PM
    Hey Val. When you see that enterprise feature notice is because is a feature you can enable having a license key. As an admin you can go to that suggested URL and follow the steps
  • v

    Val Brochard

    02/18/2023, 4:31 PM
    Do you have an exhaustive list of feature that I can't use without license? Because I found anything apart https://github.com/calcom/cal.com/tree/main/packages/features/ee But I don't understand SSO, SAML, OIDC, SCIM, SIEM it's not really understanble for me ahah
    p
    • 2
    • 1
  • c

    Colin - Krumware

    02/20/2023, 4:14 PM
    ๐ŸŽ‰ v2.6.2 tagged and pushed
    m
    o
    p
    • 4
    • 9
  • e

    Elliott

    02/23/2023, 9:20 AM
    Hey @Colin - Krumware @Peer - Can we have v2.6.3 and the updated version tag as well please? I've just tried pulling and still shows v2.6.0 which is concerning. I have no clue what version I'm running, and a bunch of users are having some serious issues with date availability including dates being bookable when they shouldn't, overrides not actually working and "Could not book the meeting. No available users found."...
    c
    d
    • 3
    • 10
  • c

    Colin - Krumware

    02/24/2023, 11:47 PM
    v2.6.5 tagged and pushed
  • c

    Colin - Krumware

    02/24/2023, 11:48 PM
    v2.6.6 tagged and building
  • z

    zomars

    02/24/2023, 11:58 PM
    How can we help you automating this? @Colin - Krumware
    c
    l
    e
    • 4
    • 13
  • r

    Razvan

    03/05/2023, 9:51 AM
    Hey. Is there any fix for
    network mode "stack" not supported by buildkit - you can define a custom network for your builder using the network driver-opt in buildx create
    when doing
    docker compose build calcom
    ? I've tried the
    DOCKER_BUILDKIT=0 docker compose build calcom
    workaround but it only resulted in the build failing at:
    Copy code
    Step 13/33 : RUN yarn global add turbo &&     yarn config set network-timeout 1000000000 -g &&     turbo prune --scope=@calcom/web --docker &&     yarn install
     ---> Running in 4488a2de3d12
    1 error occurred:
            * Status: network stack not found, Code: 1
    c
    e
    • 3
    • 16
  • c

    Colin - Krumware

    03/09/2023, 1:30 PM
    ๐ŸŽ‰ v2.6.8 on its way
    e
    p
    • 3
    • 5
  • o

    Omar

    03/15/2023, 12:15 PM
    @Colin - Krumware Not sure how this affects things: https://blog.alexellis.io/docker-is-deleting-open-source-images/
  • c

    Colin - Krumware

    03/15/2023, 12:17 PM
    We've already also been pushing to ghcr as a backup, but I'm monitoring for this and other projects regarding the base images. I don't expect that the NodeJS foundation will drop their account, but we can move the images elsewhere or switch to different base images if need be
  • c

    Colin - Krumware

    03/15/2023, 12:19 PM
    @Peer you might also be interested in this story if you haven't caught wind of it yet
  • p

    Peer

    03/15/2023, 1:11 PM
    damn.. why docker doing this?! D
  • p

    Peer

    03/15/2023, 1:13 PM
    to be honest, docker hub has been nothing but pain in my opinion
  • p

    Peer

    03/15/2023, 1:14 PM
    https://hub.docker.com/r/calcom/cal.com
  • p

    Peer

    03/15/2023, 1:14 PM
    didnt get an email, I think because we are already on a verified publisher plan
  • c

    Colin - Krumware

    03/15/2023, 11:36 PM
    @zomars re: 2.7.0
    Copy code
    Step 13/33 : RUN yarn global add turbo &&     yarn config set network-timeout 1000000000 -g &&     turbo prune --scope=@calcom/web --docker &&     yarn install
     ---> Running in 6c55dd5001d0
    yarn global v1.22.19
    [1/4] Resolving packages...
    [2/4] Fetching packages...
    [3/4] Linking dependencies...
    [4/4] Building fresh packages...
    success Installed "turbo@1.8.3" with binaries:
          - turbo
    Done in 8.16s.
    yarn config v1.22.19
    success Set "network-timeout" to "1000000000".
    Done in 0.03s.
     ERROR  could not determine if yarn is using `nodeLinker: node-modules`: .yarnrc.yml: open /calcom/.yarnrc.yml: no such file or directory
    Turbo error: could not determine if yarn is using `nodeLinker: node-modules`: .yarnrc.yml: open /calcom/.yarnrc.yml: no such file or directory
    1 error occurred:
            * Status: The command '/bin/sh -c yarn global add turbo &&     yarn config set network-timeout 1000000000 -g &&     turbo prune --scope=@calcom/web --docker &&     yarn install' returned a non-zero code: 1, Code: 1
    e
    • 2
    • 2
  • c

    Colin - Krumware

    03/15/2023, 11:36 PM
    I think I saw some guidance in a comment about a potential need for an updated yarn version?
  • c

    Colin - Krumware

    03/15/2023, 11:40 PM
    yea looks like I need to include .yarnrc.yml and update yarn version
1...678910Latest