Migration tool alias approach does not work
Currently the migration tool copies the old SG indices and then it creates aliases and deletes the old indices. This results in an errors in case an SG node needs to be restarted after the migration tool ran. One solution i tested was to simply copy the indices under their new names and leave the dont touch the old ones. As soon the migration done and all SG nodes are down we can delete the old SG indices afterwards.