From 3a2bdfb6ade1b11c8b597d489f3544e926187689 Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Mon, 20 Jan 2025 17:32:53 +0100 Subject: [PATCH] add readme --- example/migrations/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 example/migrations/README.md diff --git a/example/migrations/README.md b/example/migrations/README.md new file mode 100644 index 0000000..c2abe6e --- /dev/null +++ b/example/migrations/README.md @@ -0,0 +1,12 @@ +Para poder hacer una migracion de los datos de devicehub-teal necesitamos varios ficheros csv con los datos. +Por ejemplo: + +--csv-lots-dhid con la relación dhid con nombre del lote. +--csv-dhid es la relación de dhid con uuid de un snapshot. +--lots es la relación entre el nombre de un lote y el nombre del tipo de lote +--snapshots es el directorio donde buscar los snapshots reales. Los busca por uuid + + +``` + python example/migrations/migration-script.py --email user@example.org --csv-lots-dhid example/migrations/device-lots.csv --csv-dhid example/migrations/dhids.csv --lots example/migrations/lot.csv --snapshots example/migrations/snapshots/ +```