Hi, is there a way to move assets? I couldn’t find a way to do that
I also tried to rename the realm but I can’t do that too
Realms are intended to be barriers to data; nothing is intended to cross a realm.
You could use psql
CLI on the postgres container to manually change the realm of asset(s) but make sure all parent assets are also changed.
You cannot rename a realm either but you could create a new realm and then use psql
to move assets to that new realm.
2 Likes