As of 2.12, CRW can use crwctl to backup /restore in server namespace:
- server:backup <args>
- server:restore <args>
Additional context
Issue: #18703
PR for backup / restore implementation in Che operator: eclipse-che/che-operator#844
So, for 2.12, we need some sorta automated test that will:
- install crw,
- make some config changes ,
- back up those changes,
- make more / different changes,
- restore to the previous backup, and
- verify that the previous state has been restored.