XorMon NG showing old database version

Hi all,

i was updating my XorMon NG installation a few days ago, when i noticed something strange.

My installation is done with the official docker image of xormon and timescaledb. When upgrading to version 1.9.5 of XorMon NG, I also updated the timescaledb image. I am now using the newest available image version 2.20.3, yet the "about page" (settings/help/about) still shows the old timescaledb version. When installing a brand new compose stack, the timescaledb version is correct. But if updating from an older version, it doesn't show the new correct version.

Is this a known bug? Can i assisst with more information?

Steps to reproduce:

  1. Install xorux/xormon-ng:latest and timescale/timescaledb:2.20.2 in a Docker Compose stack
  2. View about page in XorMon, it shows 2.20.2
  3. Update timescaledb to tag 2.20.3
  4. View about page in XorMon, it still shows 2.20.2

Thanks

Comments

  • Hi Stefan,


    try running this command after updating the timescaledb container:


    docker exec -it <TIMESCALEDB_CONTAINER> psql xormon postgres -Xc "ALTER EXTENSION timescaledb UPDATE;" 


    and give feedback if it helped, we'll put it in the documentation.

  • Hi Matej,

    thanks for you reply. The command fixed it!

    After running your command and reloading the browser tab, the correct version was shown.

    Thanks

Sign In or Register to comment.