How is the data stored?

Please fill in the questionnaire below.

Technical Help Questionnaire

Have you read and followed the instructions at: *READ ME FIRST* Technical Help FAQs - #2 by nigel ?

Answer: Yes

Self-Hosted Installation and Setup Questions

I used docker run -v baserow_data:/baserow/data -p 80:80 -p 443:443 baserow/baserow:1.24.2, to start a local env on my computer

How have you self-hosted Baserow.

docker run -v baserow_data:/baserow/data -p 80:80 -p 443:443 baserow/baserow:1.24.2

What are the specs of the service or server you are using to host Baserow.

Our setup satisfies the base requirements

Which version of Baserow are you using.

baserow/baserow:1.24.2 from dockerfile

How have you configured your self-hosted installation?

No changes, everything is in command line

What commands if any did you use to start your Baserow server?

Describe the problem

Describe, step by step, how to reproduce the error or problem you are encountering.

Provide screenshots or include share links showing:

How many rows in total do you have in your Baserow tables?

No rows at all, and no tables

Please attach full logs from all of Baserow’s services

Here is the issue. I run docker run -v baserow_data:/baserow/data -p 80:80 -p 443:443 baserow/baserow:1.24.2 and started baserow docker image locally on my computer. The application opens on localhost and I was able to sign up and create table, add field etc.
I then tried to see those objects in the database, I did:
logged in to docker container

docker exec -it sh
su - postgres
psql

when I issued select * from information_schema.tables, I see no baserow related tables. Where are they?

Hi!

You should connect to a proper database. Baserow uses baserow user and baserow database by default. Take a look at configuration variables described in our documentation: Configuring Baserow // Baserow