You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when trying to migrate an export file that is already at the latest version, you get a critical error:
$ verdi export migrate old.aiida new.aiida
Critical: Your export file is already at the version 0.9
This makes it unnecessarily difficult to migrate a bunch of archives to the latest version (e.g. needed on Materials Cloud) - currently, you need to first check what version an archive has, and only if it is not already at the latest version, perform the migration.
The much simpler solution is to make the migration of an archive that is already at the latest version a no-op and return exit code 0.
The text was updated successfully, but these errors were encountered:
It would be nice to inform the user about the export archive already being at the latest version as well, instead of just writing "Success" or nothing at all?
Currently, when trying to migrate an export file that is already at the latest version, you get a critical error:
This makes it unnecessarily difficult to migrate a bunch of archives to the latest version (e.g. needed on Materials Cloud) - currently, you need to first check what version an archive has, and only if it is not already at the latest version, perform the migration.
The much simpler solution is to make the migration of an archive that is already at the latest version a no-op and return exit code 0.
The text was updated successfully, but these errors were encountered: