質問編集履歴
3
追加説明
test
CHANGED
File without changes
|
test
CHANGED
@@ -13,6 +13,8 @@
|
|
13
13
|
Redmine version 3.4.3.stable.17022
|
14
14
|
|
15
15
|
ブランチ: Redmine3(git checkout -b redmine3 origin/feature/redmine3)
|
16
|
+
|
17
|
+
DB:adapter: postgresql
|
16
18
|
|
17
19
|
|
18
20
|
|
2
説明補足
test
CHANGED
File without changes
|
test
CHANGED
@@ -19,6 +19,30 @@
|
|
19
19
|
インストール中に下記のエラーは出ていました:
|
20
20
|
|
21
21
|
```
|
22
|
+
|
23
|
+
[root@ip-xxxxxxxx plugins]# bundle exec rake redmine:backlogs:install RAILS_ENV=production
|
24
|
+
|
25
|
+
(in /var/lib/redmine)
|
26
|
+
|
27
|
+
3.4.3.stable.17022. You are running backlogs v1.0.6, latest version is 1.0.6
|
28
|
+
|
29
|
+
|
30
|
+
|
31
|
+
=====================================================
|
32
|
+
|
33
|
+
Redmine Backlogs Installer
|
34
|
+
|
35
|
+
=====================================================
|
36
|
+
|
37
|
+
Installing to the production environment.
|
38
|
+
|
39
|
+
Fetching card labels from http://git.gnome.org...done!
|
40
|
+
|
41
|
+
Story and task trackers are now set.
|
42
|
+
|
43
|
+
Migrating the database...rake aborted!
|
44
|
+
|
45
|
+
|
22
46
|
|
23
47
|
StandardError: An error has occurred, this and all later migrations canceled:
|
24
48
|
|
1
説明補足
test
CHANGED
File without changes
|
test
CHANGED
@@ -16,6 +16,38 @@
|
|
16
16
|
|
17
17
|
|
18
18
|
|
19
|
+
インストール中に下記のエラーは出ていました:
|
20
|
+
|
21
|
+
```
|
22
|
+
|
23
|
+
StandardError: An error has occurred, this and all later migrations canceled:
|
24
|
+
|
25
|
+
|
26
|
+
|
27
|
+
undefined method `id' for 1:Integer
|
28
|
+
|
29
|
+
Did you mean? i
|
30
|
+
|
31
|
+
/var/lib/redmine/plugins/redmine_backlogs/app/models/rb_issue_history.rb:35:in `block in statuses'
|
32
|
+
|
33
|
+
/var/lib/redmine/plugins/redmine_backlogs/app/models/rb_issue_history.rb:150:in `block (3 levels) in rebuild_issue'
|
34
|
+
|
35
|
+
省略...
|
36
|
+
|
37
|
+
/var/lib/redmine/lib/tasks/redmine.rake:135:in `block (3 levels) in <top (required)>'
|
38
|
+
|
39
|
+
Tasks: TOP => redmine:plugins:migrate
|
40
|
+
|
41
|
+
(See full trace by running task with --trace)
|
42
|
+
|
43
|
+
done!
|
44
|
+
|
45
|
+
Installation complete. Please restart Redmine.
|
46
|
+
|
47
|
+
Thank you for trying out Redmine Backlogs!
|
48
|
+
|
49
|
+
```
|
50
|
+
|
19
51
|
|
20
52
|
|
21
53
|

|