Project

General

Profile

Defect #13464

Updated by Daniel Felix about 11 years ago

Hi, 

 we're currently on the way to install redmine on an IIS with Microsoft SQL Server. 
 The normal Installation worked, even the db connection to our SQL Server. 

 But we Encounter some strange behaviour if we try to migrate plugins. 
 The normal migration worked, but the plugin migration reclaims the missing database Adapter. But it's the same configuration as with the normal db:migrate command. 
 The same error occures even if the plugin directory is empty (so no plugins will be migrated). 

 Can you confirm this behaviour? If this bug is confirmed, it should be fixed bevor redmine 2.3 will be released. 

 Commandline log: 

 <pre> 
 Set RAILS_ENV=production RAILS_ENV=prodcution 

 rake redmine:plugins:migrate --trace 
 ** Invoke redmine:plugins:migrate (first_time) 
 ** Invoke environment (first_time) 
 ** Execute environment 
 rake aborted! 
 database configuration does not specify Adapter 
 <pre> 

Back