I have a local instance of LakeFS running...blocks...
# help
j
I have a local instance of LakeFS running...blockstore_type is local, db is postgres, image is latest. All seems to be working ok, except the repository objects page (/repositories/test/objects?ref=main). If I upload an object, the repository objects page still show "No data". I have set the logging to debug & nothing stands out to me. I assume that if I add an object, it would show up on the repository objects page immediately. Is this inaccurate? Any suggestions I might try?
I have backed the app version down to 1.1.0 & the main repository objects page works as expected.
e
Hi @Jason Reilly, can you please open an issue on GitHub for this?
j
Sure, I am trying to identify which version where this issue arises. So far 1.7.0 works....still incrementing.
e
Thanks! That's very helpful!
j
As I incremented up, I got all the way to 1.12.1 & all worked as expected. That made me think that the DB was not initialized, but when I blew away the statefulset for postgres & re-deployed for versions 1.1.0-1.12.1, I could not replicate the problem. This makes me think that problem is somehow related to the data volume (local blockstore)....maybe not initialized in a timely manner. If this problem arises again, I will create an issue, but as it is working now, I will leave well enough alone.
🙏 1