]> BookStack Code Mirror - website/commitdiff
Wording on Migration to Secure Storage 182/head
authorMitchell Jackson <redacted>
Mon, 18 Mar 2024 18:23:42 +0000 (18:23 +0000)
committerGitHub <redacted>
Mon, 18 Mar 2024 18:23:42 +0000 (18:23 +0000)
Completing this migration I found that the wording was accurate but could benefit from a little spacing, clarity and emphasis.

content/docs/admin/upload-config.md

index ba66a715fd80376b2eb3ea5324af97eea435f2e3..af2728de1a80854a22f5ca891f6fc604c37cc7d3 100644 (file)
@@ -160,9 +160,11 @@ STORAGE_ATTACHMENT_TYPE=local_secure
 
 ***Back-up your BookStack instance before attempting any migration***
 
-If you are migrating to the `STORAGE_TYPE=local_secure` or `STORAGE_TYPE=local_secure_restricted` options, with existing images, you will need to move all content from your previous image storage location (see above) to the  `storage/uploads/images` folder within your BookStack instance. 
+If you are migrating to the `STORAGE_TYPE=local_secure` or `STORAGE_TYPE=local_secure_restricted` options, with existing images, you will need to **move** all content from your previous image storage location (see above) to the  `storage/uploads/images` folder within your BookStack instance. 
 
-**Do not simply copy and leave content** in the `public/uploads/images` as those images will still be publicly accessible. After doing this migration you may have to clean-up and re-upload any 'App Icon' images, found in settings, since these need to remain publicly accessible.
+**Do not simply copy and leave content** in the `public/uploads/images` as those images will still be publicly accessible. 
+
+After completing this migration you must re-upload the 'Application Icon' and 'Application Logo' images found in `Settings > Customization`, since these need to remain publicly accessible.
 
 ---