I’ve had a problem Dude 4.0beta3 database for a year now. dude.db was 419259 KB in size. Trying the dump to .sql solution caused all my maps to disappear. Instead, I did the following: 1. Shutdown dude.exe 2. Make a backup of dude.db 3. Use sqlite3 dude.db 4. sqlite> DELETE FROM outages; 5. sqlite> ...