I've created the repo "restore".
When I call:
POST /_snapshot/restore/connect/_restore
I'll get the following error:
{
"error": {
"root_cause": [
{
"type": "not_x_content_exception",
"reason": "not_x_content_exception: Compressor detection can only be called on some xcontent bytes or compressed xcontent bytes"
}
],
"type": "not_x_content_exception",
"reason": "not_x_content_exception: Compressor detection can only be called on some xcontent bytes or compressed xcontent bytes"
},
"status": 500
}
The source index snapshot is from ESv6.7.0 and restore environment is ESv7.0.1.
Is there anything I need to consider?