Operations (Ops) Manager 1.9.5 changed the way it exports the installation settings as described in this documentation. In Pivotal Cloud Foundry (PCF) 1.9.5, it does not export the releases and this will cause CFOPS restore to fail.
Note- Pivotal does not recommend upgrading or installing Pivotal Operations Manager 1.9.5. Release version 1.9.5 has been removed from the Pivotal Network to prevent anyone from installing it. If you have upgraded or installed 1.9.5 then we recommend moving to 1.9.6 immediately.
When you are Upgrading PCF from 1.9.5:
ssh Operations Manager mkdir ~/releases
scp *.pivotal ubuntu@opsman:releases
ls *.pivotal | while read line; do file=`echo $line | awk -F "." '{print $1}'`; mv $line ${file}.zip; done
unzip *.zip -d /var/tempest/releases