Trying to visit a profile pages only gives me:
PG::ConnectionBad exception raised
could not connect to server: Connection refused Is the server running on host "yukinoshita.donmai.us" (104.237.154.176) and accepting TCP/IP connections on port 5432?
config/initializers/active_record_extensions.rb:23:in `ensure in with_timeout'
config/initializers/active_record_extensions.rb:23:in `with_timeout'
app/models/post.rb:1215:in `fast_count_search'
app/models/post.rb:1206:in `fast_count'
app/presenters/user_presenter.rb:146:in `block in noted_posts_count'
app/logical/current_user.rb:70:in `without_safe_mode'
app/presenters/user_presenter.rb:146:in `noted_posts_count'
app/views/users/_statistics.html.erb:88:in `_app_views_users__statistics_html_erb___2200515886989858214_70249715724140'
app/views/users/show.html.erb:5:in `_app_views_users_show_html_erb__2358049794660773414_70249715675440'
app/controllers/users_controller.rb:41:in `show'
