How to update/upgrade from 3.0.1 to 3.0.2?
Added by Karel Zeman about 10 years ago
Hi, when I try recommended option "svn update" command, it does not work... it says "Skipped `.` Skipped paths: 1".
Replies (8)
RE: How to update/upgrade from 3.0.1 to 3.0.2?
-
Added by Leonel Iturralde about 10 years ago
Hi,
Making a search in google I found this
http://stackoverflow.com/questions/3048662/svn-skipped-paths
RE: How to update/upgrade from 3.0.1 to 3.0.2?
-
Added by Deoren Moor almost 10 years ago
What is the value for svn info
when you are in the installed Redmine path?
RE: How to update/upgrade from 3.0.1 to 3.0.2?
-
Added by Karel Zeman almost 10 years ago
C:\Bitnami\redmine-3.0.1-0\apps\redmine\htdocs>svn info
svn: E155007: 'C:\Bitnami\redmine-3.0.1-0\apps\redmine\htdocs' is not a working copy
RE: How to update/upgrade from 3.0.1 to 3.0.2?
-
Added by Deoren Moor almost 10 years ago
It sounds like you don't have a installation with a Subversion working copy of Remdine. I downloadied the 3.0.2 bitnami installer now and after installing in a VM I didn't spot a SVN working copy. Based on a very brief glance around Bitnami's site I get the impression that you have to download a new Bitnami installer in order to update your installation. I didn't look long though, so I am probably wrong. What I do see though is that you'll want to do one of two things:
- Export your data and import into a fresh stock 3.0.1 installation where you then upgrade following Redmine.org directions.
- Research the "Bitnami way" of upgrading their 3.0.1 installation.
RE: How to update/upgrade from 3.0.1 to 3.0.2?
-
Added by Leonel Iturralde almost 10 years ago
Hi,
I had upgraded from windows bitnami redmine 3.0.0 to redmine 3.0.2 . (I just upgraded redmine not the whole bitnami stack)
If you run into any trouble. Please feel free to ask.
RE: How to update/upgrade from 3.0.1 to 3.0.2?
-
Added by Karel Zeman almost 10 years ago
And how did you do it :)
RE: How to update/upgrade from 3.0.1 to 3.0.2?
-
Added by Leonel Iturralde almost 10 years ago
Download the new version of redmine.
Rename the folder apps/redmine/htdocs to apps/redmine/htdocsBak
copy the contents of the new redmine redmine/htdocs
copy the folder .bundle from the old to the new
copy the files config/configuration.yml config/database.yml config/thin_service_envvars.rb config/boot.rb config/additional_enviorment.rb from the old to the new
copy the folder files
Enter the bitnami redmine stack console
set RAILS_ENV = production bundle install--without development test bundle exec rake generate_secret_token bundle exec rake db:migrate bundle exec rake tmp: cache: clear tmp: sessions:clear
This is a vague instructions of how I did it. (this instructions is not taking into account any installed plugins)
Don't know if it going to work. (I have made changes to the bitnami installation)
Please tell me if it works :)
RE: How to update/upgrade from 3.0.1 to 3.0.2?
-
Added by Karel Zeman almost 10 years ago
I did the same thing... it works... Thx