Having trouble with upgrade, what am I doing wrong?

Jump to solution
jdmendoza
Community Novice

I just followed the instructions to upgrade canvas (Upgrading · instructure/canvas-lms Wiki · GitHub ) from

treesame commit of origin/stable/2015-10-31

to

treesame commit of origin/stable/2016-04-23

But when I log in the dashboard is not showing up right as you can see in the screenshot with the white boxes for the courses. And I'm adding a screenshot of how I had it before the upgrade.

What am I doing wrong? What steps am I missing?

1 Solution
jdmendoza
Community Novice

Ok, found out the problem after a little research.

I had to do

$ bundle update

$ bundle install

$ npm cache clean && rm -rf node_modules && npm install

$ RAILS_ENV=production bundle exec rake canvas:compile_assets

Started services again apache / canvas_init, and it worked!

View solution in original post