Uninstalling Umbraco Forms
# help-with-umbraco
p
Hello, I need to uninstall Umbraco Forms completely from our site, as during our upgrade to umbraco 13, we get the error - Invalid object name 'UFUserStartFolders'. Removing the package is easy enough, but what tables in the database are safe to delete? I presume it's the ones prefixed with UF, but are there any other references in other tables that I should know about? Thanks in advance.
d
Hi there, Umbraco Forms keeps track of database migrations inside the UmbracoKeyValue table. DO NOT DROP THIS TABLE. Check the rows inside there and delete the rows specifically for umbraco forms. This ensures that when you install forms again, it will start database migrations from the beginning