Unable to restore Alteryx mongoDB backup
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I am trying to restore Alteryx backup using the command
./AlteryxService emongorestore=D:\MongoDB_BACKUP,D:\ProgramData\Alteryx\Service\Persistence\MongoDB_TEST
But it is throwing an error
EmongoRestore Failed:
you must specify a path
it is 11.3 version.
Any suggestions would be great.
Thanks
Naveen
- Labels:
- MongoDB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Could you verify that the backup exists on the path specified? Could it be an issue with relative/absolute file paths? Fingers crossed Naveen.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Any update to this .
Facing the same issue.
Appreciate any response to this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
hey @NaveenNaidu and @srajapandian
I had this issue before and had to surround my paths in quotation marks, eg:
./AlteryxService emongorestore=D:\MongoDB_BACKUP,D:\ProgramData\Alteryx\Service\Persistence\MongoDB_TEST
to:
./AlteryxService emongorestore="D:\MongoDB_BACKUP,D:\ProgramData\Alteryx\Service\Persistence\MongoDB_TEST"
Hope this helps!
TheOC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thank you @TheOC
I would just like to stress the importance of using the quotation marks, I had done a mongo restore and it seems to have been successful except the contents of my MongoDB path was blank and when starting up the Alteryx service and accessing Gallery, it was BLANK
I then restored the DB again but this time quoting both paths and it had taken longer than the first attempt. Once starting up Alteryx, everything was as it was and my schedules and WFs appeared.
Thank you TheOC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @NaveenNaidu ,
Open Command Prompt as a administrator => Navigate into alteryx Instllation directory using CD command (Default=C:\Program Files\Alteryx\bin\) => Enter the below command
AlteryxService.exe emongorestore="D:\MongoDB_BACKUP","D:\ProgramData\Alteryx\Service\Persistence\MongoDB_TEST"
Regards,
Ariharan.R
