From 4dc9bf9d64b3c92d21066cba5148b394317c4e84 Mon Sep 17 00:00:00 2001 From: Keepers Date: Fri, 12 May 2023 10:02:14 -0600 Subject: [PATCH] add known issue about deleted library restore (#3390) #### Does this PR need a docs update or release note? - [x] :white_check_mark: Yes, it's included #### Type of change - [x] :world_map: Documentation #### Issue(s) * #3382 --- CHANGELOG.md | 3 +++ website/docs/support/known-issues.md | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eabd0da96..e79f192b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Known Issues - Restore operations will merge duplicate Exchange folders at the same hierarchy level into a single folder. + ### Known Issues + - SharePoint document library data can't be restored after the library has been deleted. + ## [v0.7.0] (beta) - 2023-05-02 ### Added diff --git a/website/docs/support/known-issues.md b/website/docs/support/known-issues.md index 6f90e03cb..d4a508075 100644 --- a/website/docs/support/known-issues.md +++ b/website/docs/support/known-issues.md @@ -20,7 +20,7 @@ Below is a list of known Corso issues and limitations: while a backup is being created will be included in the running backup. Future backups run when the data isn't modified will include the data. -* OneDrive files ending in `.meta` or `.dirmeta` get omitted from Details and Restore commands. - * Exchange Calender Event instance exceptions (changes to a single event within a recurring series) aren't included in backup and restore. + +* SharePoint document library data can't be restored after the library has been deleted.