age-viewer icon indicating copy to clipboard operation
age-viewer copied to clipboard

Incompatible Postgres version 16 with age-viewer's backend

Open adrioui opened this issue 1 year ago • 5 comments

Error on the backend when loading a metadata's version that does not compatible with the viewer. I am using this image: apache/age:latest. The error code is 500 in the backend. It says "SQL does not exist, name = meta_data"

Steps to reproduce the behavior:

  1. Install age-viewer using apache/age:latest
  2. Go to the browser and load the viewer
  3. Open the Network tab on your browser
  4. Go to "meta" and you will see: {severity: "", message: "SQL does not exist, name = meta_data", code: ""}

I want to simply visualize my query using age-viewer for development purpose.

Screenshot 2024-05-06 093838

  • OS: ubuntu
  • Browser chrome
  • Version 20.04

adrioui avatar May 06 '24 03:05 adrioui

Pull request #171 should fix this. @eyab @aked21

markgomer avatar May 06 '24 18:05 markgomer

Any plan to merge the PR #171 ?

tumluliu avatar Oct 28 '24 15:10 tumluliu

@tumluliu Please see this comment as it may likely apply here as well: https://github.com/apache/age/issues/2111#issuecomment-2441903180

jrgemignani avatar Oct 28 '24 15:10 jrgemignani

@jrgemignani thank you for pointing me to that comment. What a sad news for such an amazing project ): I anyway had applied the #171 patch locally and it fixed the metadata problem. But I probably will consider another graph db solution. Thank you again!

tumluliu avatar Oct 28 '24 16:10 tumluliu

why is it not merged yet? postgre 16 is quite common

friday-james avatar Apr 21 '25 04:04 friday-james