Hello,
I’m experiencing an issue with accessing data in my production database. Despite establishing a connection through fly proxy (using a 2-week old connection string) and accessing the database via TablePlus, I’m encountering discrepancies. Specifically, when I run a SELECT * FROM “User” query, TablePlus only displays 7 entries, which contradicts the expected larger number of entries I can confirm through my production web app’s admin panel.
Initially, I suspected that I might have mistakenly linked the staging database to the production application, but this doesn’t seem to be the case. I verified by connecting to the staging database through TablePlus and confirmed that it only contains demo data.
At this point, I’m not entirely certain that my production app is correctly connected to the production database. However, I’ve observed spikes in Network I/O and App Concurrency during load tests on my app, which suggests some level of active database interaction.
Thank you