I'm in the process of getting my local version of a website caught up with the production version. I made a backup of the production database and restored it on top of my local database. We are using Git to keep the file system in sync (which is why I only made a backup of the database and not the whole site)
Since restoring the database, when I run the local website I get redirected to the setup page (Welcome to Dynamicweb Setup Guide).
What could be causing this?