Hallo together, I faced a problem while import a backup from 2.0 to 2.2.
The roomIDs were scrambled during import. This happens because the new IDs will be created because of the order of the rooms in room.xml. The problem is, that we store the further roomIDs in the database of our LMS and use them to launch a room directly. And after the update the user enter the wrong room. Maybe "r.setRooms_id(null);" Line 289 in BackupImportController.java causes the trouble. It seems there were all further roomIDs discarded. Any Ideas how to handle it? BR Peter Dähn
