I want to migrate to mongodb from sqlite

I have a site www.ishu.dev and its running on sqlite.
I believe its not scalable because the server has limited space.

How and best way to migrate to mongodb atlas or mongodb running on different server without lossing data

This topic has been created from a Discord post (1273708733268103229) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord

Strapi doesn’t support mongo

What about postgres <@632956853122236457>

You can use strapi transfer pretty much to transfer from SQLite to Postgres

thanks man, i am gonna tru