Looking at the CLI docs I am missing options to control export import. further
I can export everything into json and import everything elsewhere.
This is not how we want to do migration.
We would like to select channels and also drop previous users.
How can this be done?
What happens when I select a subset with JQ from the json export and try to import it elsewhere?
This goes into the question how fault tolerant the import is in replacing missing references with something that doesnt break the system.
Any ideas on this?