1
|
$ RAILS_ENV=production rake db:migrate --trace
|
2
|
(in /opt/redmine-0.8.7)
|
3
|
** Invoke db:migrate (first_time)
|
4
|
** Invoke environment (first_time)
|
5
|
** Execute environment
|
6
|
** Execute db:migrate
|
7
|
rake aborted!
|
8
|
uninitialized constant ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::PGconn
|
9
|
/opt/redmine-0.8.7/vendor/rails/activesupport/lib/active_support/dependencies.rb:493:in `const_missing'
|
10
|
/opt/redmine-0.8.7/vendor/rails/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb:860:in `connect'
|
11
|
/opt/redmine-0.8.7/vendor/rails/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb:259:in `initialize'
|
12
|
/opt/redmine-0.8.7/vendor/rails/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb:37:in `new'
|
13
|
/opt/redmine-0.8.7/vendor/rails/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb:37:in `postgresql_connection'
|
14
|
/opt/redmine-0.8.7/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/connection_specification.rb:292:in `send'
|
15
|
/opt/redmine-0.8.7/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/connection_specification.rb:292:in `connection='
|
16
|
/opt/redmine-0.8.7/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/connection_specification.rb:260:in `retrieve_connection'
|
17
|
/opt/redmine-0.8.7/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/connection_specification.rb:78:in `connection'
|
18
|
/opt/redmine-0.8.7/vendor/rails/activerecord/lib/active_record/migration.rb:408:in `initialize'
|
19
|
/opt/redmine-0.8.7/vendor/rails/activerecord/lib/active_record/migration.rb:373:in `new'
|
20
|
/opt/redmine-0.8.7/vendor/rails/activerecord/lib/active_record/migration.rb:373:in `up'
|
21
|
/opt/redmine-0.8.7/vendor/rails/activerecord/lib/active_record/migration.rb:356:in `migrate'
|
22
|
/opt/redmine-0.8.7/vendor/rails/railties/lib/tasks/databases.rake:99
|
23
|
/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:635:in `call'
|
24
|
/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:635:in `execute'
|
25
|
/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:630:in `each'
|
26
|
/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:630:in `execute'
|
27
|
/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:596:in `invoke_with_call_chain'
|
28
|
/usr/lib/ruby/1.8/monitor.rb:242:in `synchronize'
|
29
|
/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:589:in `invoke_with_call_chain'
|
30
|
/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:582:in `invoke'
|
31
|
/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2050:in `invoke_task'
|
32
|
/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2028:in `top_level'
|
33
|
/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2028:in `each'
|
34
|
/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2028:in `top_level'
|
35
|
/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2067:in `standard_exception_handling'
|
36
|
/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2022:in `top_level'
|
37
|
/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2000:in `run'
|
38
|
/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2067:in `standard_exception_handling'
|
39
|
/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:1997:in `run'
|
40
|
/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/bin/rake:31
|
41
|
/usr/bin/rake:19:in `load'
|
42
|
/usr/bin/rake:19
|