DB updeted table

Posted by Community Admin on 05-Aug-2018 18:57

DB updeted table

All Replies

Posted by Community Admin on 15-Aug-2011 00:00

One of the errors one can do while updating is uploading the dataconfig file after updating localy.

This would result in the production db not beeing updated.

I think it would be nice if at then end of an update SF would set an value in a table in the DB so one could check if the db was updated and to what version.

Does this make sense, or is checking in backend version enough?

Markus

Posted by Community Admin on 18-Aug-2011 00:00

Hi Markus,

Thank you for the suggestion. However there are number of ways through which you can check if your database has been upgraded ( as well as your files ):

1. You can check the Version & Licensing page. On the top you will see your current version of Sitefinity.

2. Another way is to take a look at your SQL server - navigate  to your database, then to sf_schema_vrsns and verify that the column - version_number contains the correct build number.

3. You can also examine the UpgradeTrace.log which can be found in App_Data\Sitefinity\Logs. It contains information about all the scripts that have passed successfully during the upgrade process.

Regards,
Victor Velev
the Telerik team

Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

This thread is closed