Details
-
Bug
-
Resolution: Done
-
Major - P3
-
None
-
None
-
None
Description
The documentation at https://docs.opsmanager.mongodb.com/v1.8/tutorial/restore-replica-set/ describes the usage of seedSecondary.sh as:
./seedSecondary.sh <mongod-port> <oplog-size-in-gigabytes>
But in reality, the current version of the script (as generated by OpsManager 1.8.3.329) requires four parameters:
if [ "$#" -ne 4 ]; then
echo "Usage: $0 MONGODB_PORT OPLOG_SIZE_GB RS_NAME PRIMARY_HOST:PRIMARY_PORT"
exit 1
fi