I have tried to upgrade my system from 13.10.2 to 13.10.4 using omnibus. Upgrade itself went fine and also did reconfigure. Sadly after the upgrade no assets (logos, Icons etc) are shown anymore.
I have done a similar upgrade on another machine without issues, but the one where it fails has /var/gitlab/git-data mounted via NFS. Not sure if that could have an impact.
Not sure, but I think you should look at migrating away from NFS, since it won’t be supported anymore. Documentation recommends Gitaly. All my upgrades have also worked without issues, but then I don’t use NFS.
In case the Redis cache is the problem you can do this:
gitlab-ctl restart redis
I had to do this recently, as after the upgrade it said an older version was running than the one installed, but it can also help to clear cache issues, if things aren’t rendering properly. Otherwise, it will require digging through the logs to search for errors. You can find them under /var/log/gitlab.
Ok, I am going to try to upgrade to the latest version. Concerning NFS I am not really sure if this is related to the issue as /opt/gitlab resides on localstorage.