diff --git a/modules/introduction/partials/new-features-80.adoc b/modules/introduction/partials/new-features-80.adoc index 99752e6cda..80e6c4af2f 100644 --- a/modules/introduction/partials/new-features-80.adoc +++ b/modules/introduction/partials/new-features-80.adoc @@ -323,7 +323,10 @@ Incremental backups now keep track of which backups they depend on. You cannot delete a backup if another incremental backup needs it, however, you can choose to override this protection from the UI and REST API. For more information, see xref:manage:manage-backup-and-restore/manage-backup-and-restore.adoc#delete-backups[Delete Backups]. - +https://jira.issues.couchbase.com/browse/MB-66173[MB-66173]: Automatically resolve name conflicts during a backup restore:: +Automated the process of resolving name conflicts between collections or scopes in the backup and those in the target cluster, during a restore. +For this purpose, we have added a new flag, `--auto-resolve-conflicts` to the `cbbackupmgr restore` parameter. +For more information, see xref:backup-restore:cbbackupmgr-restore.adoc[cbbackupmgr restore]. [#section-new-feature-800-XDCR]