I've been testing my routes in postman through my heroku url by adding posts and users. But everytime I find an error, fix it, and push to heroku again it empties out my cleardb database. I use my getmapping route and it just returns an empty array. I'm worried about this because what if I get this up and running and it starts getting real users and post but I find an error, then if I push to heroku it will clear them out.
I'm using spring boot for my api and cleardb add-on from heroku.