Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CLI: ensure
verdi database version
works even if schema outdated (#…
…4641) The command was failing if the database schema was out of sync because the backend was loaded, through `get_manager`, with the default schema check on. Since the database does not actually have to be used, other than to retrieve the current schema version and generation, we can load the backend without the check.
- Loading branch information