I restore event service snapshot in new cluster.
But can not it.
I set "ad.es.backupmanager.path.repo=<nfs share>" in conf/events-service-api-store.properties All nodes.
And restart event service cluster .
I done "bin/events-service.sh snapshot-configure-fs -p conf/events-service-api-store.properties "command.
I execed below command.
bin/events-service.sh snapshot-restore -p conf/events-service-api-store.properties -id snapshot_20180706105040 -p
But message appear
"Error executing request to event service due to REST status code [500]. For more information, view the event service logs".
" [ERROR] [dw-123 - PUT /v1/admin/backup/clusters/default/snapshots/latest/restore] [c.a.a.s.r.e.j.m.UnknownExceptionMapper] Unknown exception occurred while processing HTTP request." was in logs/ events-service-api-store.log .
What is wrong?
I restore event service snapshot in new cluster.
But can not it.
I set "ad.es.backupmanager.path.repo=<nfs share>" in conf/events-service-api-store.properties All nodes.
And restart event service cluster .
I done "bin/events-service.sh snapshot-configure-fs -p conf/events-service-api-store.properties "command.
I execed below command.
bin/events-service.sh snapshot-restore -p conf/events-service-api-store.properties -id snapshot_20180706105040 -p
But message appear
"Error executing request to event service due to REST status code [500]. For more information, view the event service logs".
" [ERROR] [dw-123 - PUT /v1/admin/backup/clusters/default/snapshots/latest/restore] [c.a.a.s.r.e.j.m.UnknownExceptionMapper] Unknown exception occurred while processing HTTP request." was in logs/ events-service-api-store.log .
What is wrong?
A question about how to restore to a new event service cluster.
The restore succeeded in the following way.
Is the following procedure correct?
1,Install a new event service cluster from the enterprise console.
2,Stop the cluster.
3,Rename the data directory.
4,Create a new data directory.
5,Change "ad.es.backupmanager.path.repo" of "conf / events - service - api - store.properties" to the shared storage where the snapshot is saved.
6,Restart the cluster.
7,Run "bin / events - server.sh snapshot - configure - fs - p conf / events - service - api - store.properties" on each node.
8,Execute "bin / events - server.sh snapshot - restore - p conf / events - service --api - store.properties".