That’s the style.xml, but it refers the workspace by name, rather than by identifier?
Here is how a properly formatted local workspace style should look like:
These style definitions have been created by the Backup/Restore extension. On the original environment, I have the expected definition but we used the extension to transfer the configuration to the production environment.
Hi Alexandre,
backup/restore is a community module, not an extension (hence, it’s unsupported).
In its current state it indeed replaces ids with names during the process, and that can be a serious issue
If the workspace is renamed there, the style will lose the reference to its original workspace… the reason why we use ids (immutable) is that we don’t need to go and find all pointers to an object when it gets modified.
Given this, backup/restore can be used to transfer a data dir from one environment to another, assuming it won’t be touched in the destination, but not really as a “backup and restore” facility (as in, in place).
That said, the new data dir loader should be able to transparently load what the old was able to, so I’d suggest talking to Gabriel about the issue you’re seeing.