Importing old ODIM files in archived sections
Opened this issue · 0 comments
brancomat commented
Scenario: we needed to import some old ODIM files for a reftime that's already been archived.
This is the workflow we adopted:
- edit the dataset config removing the
archive age
line arki-query --summary-short --dump '' $file_to_be_imported
(to see the data reftime, i.e.: 2023-06-20 6:00)arki-check --unarchive 2023/06-20.odimh5 $dataset
(to unarchive that day)arki-scan --dump --status --summary --dispatch $configuration $file_to_be_imported
- restore the
archive age
line arki-check -f -r
Question: is the 3rd step necessary, or would the repack harmonize unarchived and archived data with no need to unarchive that day?