[SOLVED] Header not displaying properly

I just upgraded to 7.9.4 and now the header is messed up (or is correct and changed).

Running sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production shows no major problems.

This is what it looks like when I go to my profile.

My server is Debain Weezy and I did the upgrade using this set of instructions.

The upgrade was successful the first time, though I missed the nodejs dependency so it didn’t start right the first time.

Is there a way to force the upgrade again (assuming that is what caused this issue) or will I have to wait until the next release to get this resolved or is there some other thing I am missing?

Try to recompile the assets manually:

sudo -u git bundle exec rake assets:precompile RAILS_ENV=production

Thanks for the reply. The update to 7.10 seemed to have fixed it. If it happens again I will try that.