0
0

More than 3 years have passed since last update.

EC2を再起動するのに必要なコマンド自分用

Last updated at Posted at 2020-05-17
$  sudo service nginx restart
$  sudo systemctl restart  postgresql
$  ps -ef | grep unicorn | grep -v grep
$  bundle exec unicorn_rails -c /var/www/rails/Portfolio/config/unicorn.conf.rb -D -E production

データベースを再起動する必要があるのは忘れがち。
たとえsudo systemctl status postgresqlで動いていても、データベースの再起動はするべき。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0