Hi,
We installed the Alteryx server on the new cloud dev machine, and as part of the restore, we took the mongo DB backup from Prod and tried to restore it to the new server. However, we have an issue starting the services after the restoration. I followed the below document and did execute the steps as per the doc.
Server Host Recovery Guide | Alteryx Help
In the CMD, I can see the mongo dB finished, but I found this error in the mongorestore log .
2022-10-27T13:47:09.385-0700 [########################] AlteryxService.AS_ResultsFiles.Files 4.20GB/4.20GB (100.0%)
2022-10-27T13:47:09.385-0700 [#############...........] AlteryxService.AS_App_Chunks.Files 6.57GB/12.0GB (54.7%)
2022-10-27T13:47:09.385-0700 finished restoring AlteryxService.AS_App_Chunks.Files (0 documents, 0 failures)
2022-10-27T13:47:09.385-0700 Failed: AlteryxService.AS_App_Chunks.Files: error restoring from
\MongoBackup\Mongo2P\AlteryxService\AS_App_Chunks.Files.bson: connection(localhost:27100[-6]) unable to write wire message to network: write tcp 127.0.0.1:61332->127.0.0.1:27100: wsasend: An existing connection was forcibly closed by the remote host.
2022-10-27T13:47:09.385-0700 62287 document(s) restored successfully. 0 document(s) failed to restore.
2022-10-27T13:47:09.385-0700 finished restoring AlteryxService.AS_ResultsFiles.Files (0 documents, 0 failures)
Did anyone face similar issue? Please let me know if anyone have any suggestions?
Thanks