I'd like to ask about database behavior on CloudFoundry service. I'm using Spring and vmc as my deploying command line helper. When I deploy an application and bind a service (in my case MySQL), user can add data to my service and those informations are stored in the database, which is ok. But after some time, when noone use my application (i'm talking about days), database is emptied. The same happens when I redeploy my application.
So my question is: database storage on CloudFoundry is not "persistent" (=forever), so should I search for some database hosting? Or how does this work?