Skip to content
English
  • There are no suggestions because the search field is empty.

MongoDB restore failing

Original Question or Issue:

We are migrating our FileCloud to another server, but databases retore is failing.


Environment:

  • Product - FileCloud Server
  • Version - Any
  • Platform - Any

Steps to Reproduce:

Restore a MongoDB dump in a new FileCloud server.


Error or Log Message:

The mongorestore command is starting, but all documents fail to restore.


Defect or Enhancement Number:

 


Cause:

Missing --drop parameter.


Resolution or Workaround:

Add the --drop option to the mongorestore command.


Notes:

 Migrating FileCloud Server to Another Server | FileCloud Help