Redmine version not updated
Added by Claude Durocher over 6 years ago
I updated from Redmine 3.4.4 to 3.4.5 but when I go to the information page from the admin section, I'm still at "Redmine 3.4.4.stable".
Seems like the git mirror is behind the svn repos.
Here's what I ran:
git fetch --all git stash git checkout 3.4-stable git pull bundle update bundle exec rake db:migrate RAILS_ENV=production bundle exec rake redmine:plugins:migrate RAILS_ENV=production bundle exec rake tmp:cache:clear tmp:sessions:clear RAILS_ENV=production systemctl restart apache2
Replies (2)
RE: Redmine version not updated - Added by Claude Durocher over 6 years ago
OK, now it's fixed.
What is the usual delay for svn/git sync?
RE: Redmine version not updated - Added by Martin Denizet (redmine.org team member) over 6 years ago
Hello, no idea but svn is quite convenient to keep Redmine up to date :)