Cant see grafana tables when postgres replaced the default sqllite DB

Hi Team,

I want use postgres as my grafana db instead of sqilte(default), so I have changed the grafana.ini (configuration) file as below.

[database]
postgres://grafana:grafana@hostname:5432/dbname
ssl_mode = disable
log_queries = true

I’m using docker image of grafana, so spinned up a container pointing this config file, while creating the contiainer I could see DB migration logs but I’m not able to see the tables created in postgres by grafana. Please let me know if it is possible to access those tables, as I’m sure that it is connecting to new postgres DB (because I can create, store and login through new user).