add migration v13 v14 steps - #900
Closed
utnapischtim wants to merge 2 commits into
Closed
Conversation
utnapischtim
commented
Jan 21, 2026
Contributor
- feat(vNext): description resolved DeprecationWarning
- feat(vNext): add fix warnings section
fenekku
reviewed
Jan 26, 2026
Comment on lines
+451
to
+453
| fail. To migrate you can do it offline, by deleting the index and recreating the | ||
| index (with invenio commands), which adds the new templates to opensearch, | ||
| otherwise remove the old template and add the new one by hand. |
Collaborator
There was a problem hiding this comment.
We should provide concrete steps here:
invenio index update file-download-v1.json
or
invenio index delete ...
invenio index create ...
(I haven't tested those obviously, but if you provide the exact ones I can try them out too).
|
|
||
| #### utcnow DeprecationWarning | ||
|
|
||
| the usage of `datetime.datetime.utcnow` is deprecated. InvenioRDM replaces it |
Collaborator
There was a problem hiding this comment.
Suggested change
| the usage of `datetime.datetime.utcnow` is deprecated. InvenioRDM replaces it | |
| The usage of `datetime.datetime.utcnow` is deprecated. InvenioRDM replaces it |
| `strict_date_optional_time` in `file-download-v1.json` and | ||
| `record-view-v1.json`. The aggregation templates are already on | ||
| `strict_date_optional_time`. If third party packages are implementing their own | ||
| statistics they have to update the format too, otherwise the validation would |
Collaborator
There was a problem hiding this comment.
Suggested change
| statistics they have to update the format too, otherwise the validation would | |
| statistics, they have to update the format too; otherwise, the validation would |
| `record-view-v1.json`. The aggregation templates are already on | ||
| `strict_date_optional_time`. If third party packages are implementing their own | ||
| statistics they have to update the format too, otherwise the validation would | ||
| fail. To migrate you can do it offline, by deleting the index and recreating the |
Collaborator
There was a problem hiding this comment.
Suggested change
| fail. To migrate you can do it offline, by deleting the index and recreating the | |
| fail. To migrate, you can do it offline by deleting the index and recreating the |
max-moser
reviewed
Jun 13, 2026
Collaborator
|
v14 cleanup @utnapischtim take another look. I can apply the changes mentioned if you want, in an effort to get the release notes to be easier to update for others (especially when CERN will give it a go next week or so). |
Contributor
Author
|
closed in favor of #966 |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.