I created a strapi application with postgreSQL, created some types and data and uploaded it to GitGub, then cloned it to my VPS server and … The data that I created on my local machine is now on the server! How so? Shouldn’t I be copying the database separately?
In the repository itself, I couldn’t find the database in any way, now I don’t understand at all how my data was transferred to the server?
Where does strapi get it from and where does it store the data?