質問編集履歴

6

修正

2020/09/18 13:14

投稿

tomsuma
tomsuma

スコア38

test CHANGED
File without changes
test CHANGED
@@ -22,6 +22,22 @@
22
22
 
23
23
 
24
24
 
25
+ ```
26
+
27
+ docker-compose up 時にでる
28
+
29
+
30
+
31
+ debconf: delaying package configuration, since apt-utils is not installed
32
+
33
+ ```
34
+
35
+ エラーはなにか関係がありますか?
36
+
37
+
38
+
39
+
40
+
25
41
  Amazon Linux 2を利用しているので、MariaDBです。
26
42
 
27
43
 

5

修正

2020/09/18 13:14

投稿

tomsuma
tomsuma

スコア38

test CHANGED
File without changes
test CHANGED
@@ -6,7 +6,15 @@
6
6
 
7
7
  このようなエラーが出ました。
8
8
 
9
-
9
+ ```
10
+
11
+ Mysql2::Error::ConnectionError: Unknown MySQL server host 'db' (2)
12
+
13
+ ```
14
+
15
+ Elasticaアドレスを使いいぜんはひらけていたのですが、
16
+
17
+ we are sorryと出るようになってしまいました。
10
18
 
11
19
  [ec2-user@ip**** Books]$ rails db:create RAILS_ENV=production
12
20
 

4

修正

2020/09/18 08:39

投稿

tomsuma
tomsuma

スコア38

test CHANGED
File without changes
test CHANGED
@@ -1,5 +1,7 @@
1
1
  AWSに更新内容を反映させようと
2
2
 
3
+ bundle exec cap production deployコマンドを使い
4
+
3
5
  capistranoでrailsアプリをAWSサーバーに再度デプロイをしたのですが、
4
6
 
5
7
  このようなエラーが出ました。
@@ -14,6 +16,10 @@
14
16
 
15
17
  Amazon Linux 2を利用しているので、MariaDBです。
16
18
 
19
+
20
+
21
+
22
+
17
23
  ```
18
24
 
19
25
  bundle exec cap production deploy

3

修正

2020/09/18 08:11

投稿

tomsuma
tomsuma

スコア38

test CHANGED
File without changes
test CHANGED
@@ -338,6 +338,26 @@
338
338
 
339
339
  ```
340
340
 
341
+
342
+
343
+ ```
344
+
345
+ bundle exec unicorn_rails -c config/unicorn.rb -E production -D
346
+
347
+
348
+
349
+ bundler: failed to load command: unicorn_rails (/home/ec2-user/.rbenv/versions/2.6.5/bin/unicorn_rails)
350
+
351
+ ArgumentError: config_file=config/unicorn.rb would not be accessible in working_directory=/var/www/current
352
+
353
+ /home/ec2-user/.rbenv/versions/2.6.5/lib/ruby/gems/2.6.0/gems/unicorn-5.4.1/lib/unicorn/configurator.rb:592:in `working_directory'
354
+
355
+ config/unicorn.rb:7:in `reload'
356
+
357
+
358
+
359
+ ```
360
+
341
361
  関係あるかわからないが
342
362
 
343
363
  docker-compose up -d 済み

2

修正

2020/09/18 03:36

投稿

tomsuma
tomsuma

スコア38

test CHANGED
File without changes
test CHANGED
@@ -6,6 +6,12 @@
6
6
 
7
7
 
8
8
 
9
+ [ec2-user@ip**** Books]$ rails db:create RAILS_ENV=production
10
+
11
+ このコマンドでも同じエラーが出ます
12
+
13
+
14
+
9
15
  Amazon Linux 2を利用しているので、MariaDBです。
10
16
 
11
17
  ```

1

修正

2020/09/18 03:31

投稿

tomsuma
tomsuma

スコア38

test CHANGED
File without changes
test CHANGED
@@ -6,6 +6,8 @@
6
6
 
7
7
 
8
8
 
9
+ Amazon Linux 2を利用しているので、MariaDBです。
10
+
9
11
  ```
10
12
 
11
13
  bundle exec cap production deploy