I am trying to look at my tables using dbeaver database client. I run below command, $ fly proxy 6543:5432 -a app-name
Then successfully connect to my database. I am sure the tables are there because my web application login system is working. But when connecting with the dbeaver database client I cannot see my tables. Can somebody help me with this issue?
That looks like the postgres database, not the database the app is using. I believe it’s connected to the proper cluster, but dbeaver isn’t showing you the right database in that screenshot.