Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Importing old ODIM files in archived sections #319

Open
brancomat opened this issue Oct 3, 2023 · 0 comments
Open

Importing old ODIM files in archived sections #319

brancomat opened this issue Oct 3, 2023 · 0 comments
Assignees
Labels

Comments

@brancomat
Copy link
Member

Scenario: we needed to import some old ODIM files for a reftime that's already been archived.

This is the workflow we adopted:

  1. edit the dataset config removing the archive age line
  2. arki-query --summary-short --dump '' $file_to_be_imported (to see the data reftime, i.e.: 2023-06-20 6:00)
  3. arki-check --unarchive 2023/06-20.odimh5 $dataset (to unarchive that day)
  4. arki-scan --dump --status --summary --dispatch $configuration $file_to_be_imported
  5. restore the archive age line
  6. 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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants