How to change Render's default database settings?

I’m deploying a site with a database, but none of the database data is appearing. After discussing my logs with a mentor, they seem to think that Render is using SQLite and it’s overriding my use of PostgreSQL in my project (I don’t have SQLite anywhere in this project). Is there a way I can chhange Render’s default database? Or has anyone had a similar problem?

Hi,

Render won’t override anything you have configured in your code.

How are you seeing there is no data? How are you putting data into the DB? I would expect there are some logs somewhere showing what database you’re connecting to and potentially any issues that are arising.

Alan

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.