When updating the weather app to have an iteractive map, a list of cities and live weather it often struggles to deal with schema creation in the database. The reason is that it creates the server first and launches the app host, but in the process it makes it persistent, then when it adds the database with a creation script the script doesn't run because the database is persistent.
It then spins its wheels trying to get out of this situation by removing volumes etc.
