Skip to content

Db upgrade

David Vorick requested to merge db-upgrade into master

2 important things happened:

  1. database will perform a backup-and-replace if the existing database is out of date, this should help create a seamless upgrade experience for our users.
  2. There is a segfault that happens in you are using legacy host files, I wrapped the offending line of code in a compatibility check. @lukechampine should confirm that it is sufficient to resolve compatibility issues.

Merge request reports