diff --git a/test-data-howto.adoc b/test-data-howto.adoc index 70bbae1..ea43054 100644 --- a/test-data-howto.adoc +++ b/test-data-howto.adoc @@ -236,13 +236,15 @@ _2023-08-16 18:10:25 success importing a small sample of the csv SIS file_ - - - _2023-08-17 08:44:37 Import 50,000 users from source-sis-full.csv_ -*- process for importing large csv files into midPoint -* +*- process for importing large csv files into fresh instance of midPoint -* -Bringing in the full test SIS population (50k) to midPoint Workbench +Assumes you have already done this once and we start from that instance -Save the edited docker-compose.yml with data file binds: + +Save the existing edited docker-compose.yml with data file binds: + /csp-tap/InCommonTAP-Examples-0816/Workbench/docker-compose.yml +Bring the full test SIS population (50k) file into midPoint Workbench + Save the contents of the ../csv directory ``` @@ -260,18 +262,19 @@ ls -la docker stop $(docker ps -a -q); docker rm $(docker ps -a -q); docker rmi $(docker images -q) --force; docker volume rm $(docker volume ls -q) ``` -Replace downloaded ../csv with saved version +Replace downloaded ../csv directory with saved version Replace repo version of docker-compose.yml with saved version -*- Build and bring up the fresh Workbench -* +*- Build and bring up the fresh Workbench + ``` docker-compose up --build -d ``` - Create a new (midpoint) project in midPoint Studio and edit the default configuration to point to the new Workbench host -*- import source-sis-full.csv -* +*- import the full sis resource -* ``` *Schema mapping and extension attributes*