Fork me on GitHub
#biff
<
2023-06-08
>
Cameron22:06:24

Has anyone run into a situation like this? Locally standalone XTDB is working great. In a deployed environment, using the Postgres setup, I can add my fixtures and query them. However, when I run other transactions, like creating a new customer, the tx count increments, but I can’t actually find those new entries in the DB.

Cameron22:06:34

And then suddenly it began working

Cameron22:06:54

My best guess is that I had re-created my database on my cluster on digital ocean with the same name and had forgotten to clear out the local storage for XT. Maybe that database was in some strange state while being cleaned up. No idea really.

Jacob O'Bryant01:06:22

huh, yeah it sounds like that type of thing might do it. haven't run into the same situation myself.