I have a small test project built with Silverstripe that I have done on my local dev machine and want to deploy it to a server. My problem is how I should handle the database that is on my dev computer.
Does it work to dump the database and import it on the server? Or does Silverstripe store information in the database that can cause problems? When I previously tried this on Wordpress it was complicated since it stored complete urls like "localhost/etc".
You can safely take your local database and put it in production, that is, assuming your local database is what you want to have on production of course.
SilverStripe does not need to store that kind of information in the database.