AlmaLinux / build-system

The AlmaLinux OS project Build System documentation and issue tracker.
Creative Commons Attribution Share Alike 4.0 International
25 stars 8 forks source link

Create migration from CAS to immudb #84

Closed anfimovdm closed 11 months ago

anfimovdm commented 1 year ago

We need to create a migration that will move all our data from CAS to our immudb database instance. To create dump from CAS we need to run the following command: vcn notarize --import-file almalinux.json This command will generate a json file which one we need to use in our migration.

anfimovdm commented 1 year ago

Here is the gist of migration from CAS to immudb https://gist.github.com/anfimovdm/688e12ba6712cb9f2c129fa6d8421970

zklevsha commented 1 year ago

Looks good for me