
vendor/plugins/engines/lib/engines/rails_extensions/dependencies.rb:101:in `each' vendor/plugins/engines/lib/engines/rails_extensions/dependencies.rb:110:in `require_or_load' vendor/plugins/engines/lib/engines/rails_extensions/dependencies.rb:110:in `each'



vendor/plugins/engines/lib/engines/rails_extensions/dependencies.rb:115:in `require_or_load' vendor/plugins/redmine_importer/app/controllers/importer_controller.rb:1Ĭ:/redmine/ruby/lib/ruby/gems/1.8/gems/activesupport-2.1.2/lib/active_support/dependencies.rb:102:in `require_or_load_without_engine_additions' MissingSourceFile (no such file to load - fastercsv):Ĭ:/redmine/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'Ĭ:/redmine/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'Ĭ:/redmine/ruby/lib/ruby/gems/1.8/gems/activesupport-2.1.2/lib/active_support/dependencies.rb:510:in `require'Ĭ:/redmine/ruby/lib/ruby/gems/1.8/gems/activesupport-2.1.2/lib/active_support/dependencies.rb:355:in `new_constants_in' Upload the file redmine_ to the new server.I am trying to use your brilliant plug-in, I can see it in the plug-in list, I can see the import tab and the permissions, but when I click on the tab I have an error 500. Stop Apache: $ sudo /opt/bitnami/ctlscript.sh stop apache Launch a new Redmine server and follow the steps below: $ tar czf /tmp/redmine-backup/redmine_ plugins Depending on your installation type, execute the following commands:Īpproach A (Bitnami installations using system packages): $ cd /opt/bitnami/redmineĪpproach B (Self-contained Bitnami installations): $ cd /opt/bitnami/apps/redmine/htdocs/Ĭompress Redmine application and plugin files from the files directory into the temporary backup folder: $ tar czf /tmp/redmine-backup/redmine_ files Navigate to the Redmine installation directory. On the original Redmine server, follow the steps below:Ĭreate a temporary folder for the backup: $ mkdir /tmp/redmine-backupĬreate a database backup file named bitnami_redmine.sql in the temporary backup folder: $ mysqldump -u root -p -databases bitnami_redmine -add-drop-database > /tmp/redmine-backup/bitnami_redmine.sql
#Bitnami redmine 3.3.1.0 repair upgrade
The recommended way to upgrade Redmine is to migrate all the data to a fresh Bitnami installation, which runs the updated version of Redmine. If you have important data, it is advisable that you create and try to restore a backup to ensure that everything works properly.

#Bitnami redmine 3.3.1.0 repair update
It is strongly recommended that you create a full backup before starting the update process. Refer to the FAQ for more information on these changes. The output of the command indicates which approach (A or B) is used by the installation, and will allow you to identify the paths, configuration and commands to use in this guide. To identify your Bitnami installation type and what approach to follow, run the command below: $ test ! -f "/opt/bitnami/common/bin/openssl" & echo "Approach A: Using system packages." || echo "Approach B: Self-contained installation." On account of these changes, the file paths stated in this guide may change depending on whether your Bitnami stack uses native Linux system packages (Approach A), or if it is a self-contained installation (Approach B). NOTE: We are in the process of modifying the file structure and configuration for many Bitnami stacks.
