Defect #13481
closedRedmine Plugin Support install problem with 2.2.1 bitnami redmine to merge 2 different databases
0%
Description
Hi -
I have this problem: http://answers.bitnami.org/questions/10680/how-to-merge-2-bitnami-redmine-databases-together-before-uploading-this-1-database-into-bitnami-redmine-application
I got to this stage of installing and enabling it to work: https://github.com/edavis10/redmine_plugin_support and this gem was installed from another website.
the source_redmine of this link https://github.com/edavis10/redmine_merge_redmine actually caused error by not understanding the Rakefile.rake and this part:
require 'redmine_plugin_support'
RedminePluginSupport::Base.setup do |plugin|
plugin.project_name = 'my_plugin_name'
plugin.default_task = [:spec]
plugin.tasks = [:doc, :release, :clean, :spec]
end
was added into the Rakefile,rake and i did comment out the source_redmine and the data_report of redmine worked. But unable to count the merge of 2 databases. Aslo the source_redmine also dsiables the redmine sevices. I just comment it out and it works.
My aim is to sort out the Redmine plugin support in order to allow 2 databases with 2 different data and same scheme to work.
Please help me, any advice and guidance would be very much appreciated! any other info required solve this please do not hesitate to ask!
Many thanks. Thanks for your time,
Updated by Etienne Massip over 11 years ago
- Category deleted (
Plugin API) - Status changed from New to Closed
- Priority changed from Urgent to Normal
- Resolution set to Invalid
Please ask the plugin author, this tracker is for Redmine core only.