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
Copy the <eos-dev-path>/legacy_pids_to_redirect.json to the streams.yaml and make sure the following are part of the redirected pids(manually identified):
$ oc project cds-rdm-dev
$ oc rsh <migration-pod># Create and dump the community it to stream.yaml. If cannot dump because of readonly storage, copy the uuid manually
$ invenio migration community dump --slug 'sspn' --title 'Summer Student Programme' --filepath /opt/migration/streams.yaml
$ invenio migration affiliations run --filepath <eos-dev-path>/summer-student-notes/dump
$ invenio migration run
Infra
Before
Add the custom job scheduler in a new container to the worker-beat container
Add a new worker ready to listen for the low queue. (TBC)
Code
Before
We should run invenio rdm-records custom-fields init to initialize the newly added custom fields so the mappings are correctly propagated
We should run invenio alembic upgrade to populate the newly added tables e.g collections but also the migration table
Deployment notes
Migration
<eos-dev-path>/legacy_pids_to_redirect.json
to thestreams.yaml
and make sure the following are part of the redirected pids(manually identified):Infra
Before
low
queue. (TBC)Code
Before
invenio rdm-records custom-fields init
to initialize the newly added custom fields so the mappings are correctly propagatedinvenio alembic upgrade
to populate the newly added tables e.g collections but also the migration tableRDM_ALLOW_METADATA_ONLY_RECORDS
set toFalse
invenio.cfg
, it will make the DOI optional on the backend only.INVENIO_CDS_MIGRATOR_KIT_LOGS_PATH=/migration/logs/
INVENIO_CDS_MIGRATOR_KIT_STREAM_CONFIG=/opt/migration/streams.yaml
INVENIO_CDS_MIGRATOR_KIT_SITE_UI_URL=https://dev-cds-rdm.web.cern.ch
INVENIO_RDM_ALLOW_METADATA_ONLY_RECORDS =False
During
After
The text was updated successfully, but these errors were encountered: