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
Create a script to migrate some services from one instance to another.
This script must take the configurations of a source storage adapter and a destination storage adapter as well as the list of services to migrate.
It must be able to migrate both snapshots and versions and maintain a link between old and new identifiers.
The migration of declarations should not be handled by the script but, in the first instance, must be done manually.
Result of operation
Done by the script:
Erase snapshots related to services to migrate from the snapshots source repository.
Erase versions related to services to migrate from the versions source repository. The link between versions and snapshots should be preserved.
Add snapshots related to services to migrate into the snapshots destination repository.
Add versions related to services to migrate into the versions destination repository. The link between versions and snapshots should be preserved.
Done manually:
Erase declarations related to services to migrate from the source declarations repository.
Move declarations related to services to migrate and its history to the destination declarations repository.
If the declaration already exists in the destination, append to the history file in the destination repositories with the erased declaration.
Create a tag on the tip of the main branch in the source versions repository in order to preserve links.
Create a tag on the tip of the main branch in the source snapshots repository in order to preserve links.
Erase the local snapshots and versions copies on both instances.
The text was updated successfully, but these errors were encountered:
Create a script to migrate some services from one instance to another.
This script must take the configurations of a source storage adapter and a destination storage adapter as well as the list of services to migrate.
It must be able to migrate both snapshots and versions and maintain a link between old and new identifiers.
The migration of declarations should not be handled by the script but, in the first instance, must be done manually.
Result of operation
Done by the script:
Done manually:
The text was updated successfully, but these errors were encountered: