-
Notifications
You must be signed in to change notification settings - Fork 192
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
verdi status
: distinguish database schema version incompatible (#4319)
If `verdi status` was called for a profile whose database schema version is incompatible with the current code, a generic error was thrown that no connection could be made to PostgreSQL. The connection is often fine, it is just that AiiDA prohibits it until the database is made compatible. Often one simply has to migrate the database after installing a newer version of the code. This case is no caught separately and the user is pointed to `verdi database migrate`.
- Loading branch information
Showing
2 changed files
with
25 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters