sudo -u postgres psql discourse
This lists the 156 tables:
discourse=# \dt
But basic queries return nothing:
discourse=# select * from users limit 1
discourse-#
This is a working site, so I’m sure there is data. What am I doing wrong?
sudo -u postgres psql discourse
This lists the 156 tables:
discourse=# \dt
But basic queries return nothing:
discourse=# select * from users limit 1
discourse-#
This is a working site, so I’m sure there is data. What am I doing wrong?