Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid error after upgrading a database #1519

Merged
merged 2 commits into from
Sep 20, 2022
Merged

Commits on Sep 16, 2022

  1. Avoid error after upgrading a database

    The `runUpgrade` query server command is mistakenly caching the old
    dbscheme in memory after running the upgrade. The problem is in the
    CLI. The workaround is to restart the query server after running an
    upgrade. This is not a great solution, but considering that explicit
    upgrades are now very rare. I do not think it is worth putting in
    too much effort for a proper fix.
    aeisenberg committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    a4a3f70 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG

    aeisenberg committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    bfc9a17 View commit details
    Browse the repository at this point in the history