Bug: Update problem #1643

Closed
opened 2026-04-05 16:31:23 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @teger on 8/25/2023

HI,

i pull the new version on release branch
From https://github.com/OneUptime/oneuptime
b1bd44be59..6ca43a4c93 release -> origin/release

  • [new tag] 7.0.657 -> 7.0.657
  • [new tag] build-number-657 -> build-number-657
    Updating b1bd44be59..6ca43a4c93
    Fast-forward
    CommonServer/API/VersionAPI.ts | 2 +-
    CommonServer/Config.ts | 1 -
    CommonUI/src/Components/Footer/Footer.tsx | 15 ++++++++++++---
    Dashboard/src/Components/Footer/Footer.tsx | 119 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----------
    Nginx/Dockerfile.tpl | 6 ++++++
    5 files changed, 127 insertions(+), 16 deletions(-)

Ok but, after startup with command line
export $(grep -v '^#' config.env | xargs) && docker compose up --remove-orphans -d

Nothing in the footer ! No version
Capture d’écran 2023-08-25 à 13 48 28

Is there a cache that should be empty?
I have the impression that it does update data from git but that Docker loads old versions!

What command can I pass to make sure it loads the latest versions of files?

Thanks in advance

*Originally created by @teger on 8/25/2023* HI, i pull the new version on release branch From https://github.com/OneUptime/oneuptime b1bd44be59..6ca43a4c93 release -> origin/release * [new tag] 7.0.657 -> 7.0.657 * [new tag] build-number-657 -> build-number-657 Updating b1bd44be59..6ca43a4c93 Fast-forward CommonServer/API/VersionAPI.ts | 2 +- CommonServer/Config.ts | 1 - CommonUI/src/Components/Footer/Footer.tsx | 15 ++++++++++++--- Dashboard/src/Components/Footer/Footer.tsx | 119 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------- Nginx/Dockerfile.tpl | 6 ++++++ 5 files changed, 127 insertions(+), 16 deletions(-) Ok but, after startup with command line export $(grep -v '^#' config.env | xargs) && docker compose up --remove-orphans -d Nothing in the footer ! No version <img width="1700" alt="Capture d’écran 2023-08-25 à 13 48 28" src="https://github.com/OneUptime/oneuptime/assets/1482395/fda63d9e-61cd-4c36-b44b-9a375c8479b7"> Is there a cache that should be empty? I have the impression that it does update data from git but that Docker loads old versions! What command can I pass to make sure it loads the latest versions of files? Thanks in advance
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/oneuptime#1643