I have an Umbraco 13 instance and would now like to reinstall it (i.e. set up a new database).
I have deleted the SQLite database and the “ConnectionStrings” section from all appsettings.json files.
When I now run Umbraco, I only get “Boot Failed”.
And in the log file:
System.InvalidOperationException: The factory has not been configured with a proper connection string.\n at Umbraco.Cms.Infrastructure.Persistence.UmbracoDatabaseFactory.Initialize()\n at System.Threading.LazyInitializer.EnsureInitializedCore[T](T& target, Boolean& initialized, Object& syncLock
What else do I have to do to recreate the database/reinstall the instance?