--- title: "New-VBRMongoDBProcessingOptions" description: "This cmdlet applies to application backup policies and sets new MongoDB replica set processing options. When setting procession options, you can choose between two types of backup node selection: Automatic backup node selection Preferred backup..." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/new-vbrmongodbprocessingoptions.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Veeam Plug-Ins for Enterprise Applications, MongoDB Backup and Epic EHR System Protection > Working with Managed Veeam Plug-Ins, MongoDB Backup and Epic EHR System Protection > Application Backup Policy Settings for MongoDB > New-VBRMongoDBProcessingOptions" dateModified: "2026-09-02" --- # New-VBRMongoDBProcessingOptions ## Short Description Creates processing options for each MongoDB replica set. **Product Edition**: Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax This cmdlet provides the following parameter sets:
AutomaticNodeSelection (Default)
PreferredNodeSelection
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
AllowBackupFromPrimary |
Allows backup from primary nodes. Note: This parameter is required only in cases where there is more than one node. |
|
False |
Named |
True (ByPropertyName) |
|
AllowBackupSourceNodeFailover |
Allows switching to automatic node selection if the manually selected node is not available and the |
|
False |
Named |
True (ByPropertyName) |
|
AutoSelectBackupSourceNode |
Selects the backup node automatically. |
|
False |
Named |
True (ByPropertyName) |
|
BackupObject |
Specifies an array of discovered replica sets. The cmdlet adds these entities to the application backup policy. Accepts the |
True |
Named |
True (ByPropertyName, ByValue) |
|
|
BackupSourceNode |
Specifies the selected node to be backed up. Keep in mind the following limitations for node selection:
Note: This parameter is not required when Accepts the |
True |
Named |
True (ByPropertyName) |