Merge branch 'patch-3' into 'develop'
authorrinpatch <rinpatch@sdf.org>
Sat, 29 Jun 2019 06:01:33 +0000 (06:01 +0000)
committerrinpatch <rinpatch@sdf.org>
Sat, 29 Jun 2019 06:01:33 +0000 (06:01 +0000)
Move all upload contents despite upload folder itself.

See merge request pleroma/pleroma!1352

docs/installation/migrating_from_source_otp_en.md

index df3e2f4a0eda1ece37032066bf3e008fdf42d159..d07a0f622bf9920890dd7b55dae32f200c12488a 100644 (file)
@@ -49,7 +49,7 @@ mkdir -p /var/lib/pleroma/static
 chown -R pleroma /var/lib/pleroma
 
 # If you use the local uploader with default settings your uploads should be located in `~pleroma/uploads`
-mv ~pleroma/uploads /var/lib/pleroma/uploads
+mv ~pleroma/uploads/* /var/lib/pleroma/uploads
 
 # If you have created the custom public files directory with default settings it should be located in `~pleroma/instance/static`
 mv ~pleroma/instance/static /var/lib/pleroma/static