diff options
| -rw-r--r-- | Upgrading.md | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/Upgrading.md b/Upgrading.md index e45deda..26b8042 100644 --- a/Upgrading.md +++ b/Upgrading.md @@ -1,5 +1,7 @@  ### Upgrading a gocryptfs filesystem +**Note:** Users of 1.0 and later should not need to complete this process. +  To upgrade your filesystem, you create a new empty one with the newer version of gocryptfs (currently v0.11), mount it, and copy all the files over.  Let's assume you have an old gocryptfs filesystem stored in `/old.enc`, mounted to `/old`. You have created a new filesystem in `/new.enc` and mounted it to `/new`. The `df -Th` output would look like this:  | 
