Moving from Local To Cloud - Data Doesnt Carry Over?

0
Hi – when I move my local app to the test cloud environment, my pages are empty, i.e., no data? Is this by design or do I have to do something extra to see the data? I see the data just fine on the pages in my local copy.
asked
1 answers
2

The data you created locally sits in a local db on your machine. If you deploy to a new environment, you start with an empty database. You can backup / restore your local database within the cloud environment, but you need to use postgresql in your local environment to do that. 

answered