Caused by: java.nio.file.AccessDeniedException: /nexus-data/blobs/apt-mitel/content
at sun.nio.fs.UnixException.translateToIOException(UnixException.java:84) [na:1.8.0_131]
at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102) [na:1.8.0_131]
at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107) [na:1.8.0_131]
It appears when I restored the blobs folder, ownership was not applied recursively to UID 200 which was causing issues. Doing a simple chown -R 200:200 blobs/ resolved this problem.