Conversation
Notices
-
getting db errors all over the place now on fluf.club after updating pleroma
** (DBConnection.ConnectionError) tcp recv: closed (the connection was closed by the pool, possibly due to a timeout or because the pool has been terminated)
-
@meowski not sure. If you get db timeouts, try running analyze
-
@lain do i need to change any configs in my prod.secret.exs or should i be able to just use the same configs in there after updating to 2.5.1?
-
@lain halp db connection errors happening. the DB is up though. after updating the front end just halfway loads. admin FE seems to work...
-
@lain
Request: GET /api/v1/accounts/A3yj3a9tgRJfS9VtcO/statuses?with_muted=true&limit=20
** (exit) an exception was raised:
** (DBConnection.ConnectionError) tcp recv: closed (the connection was closed by the pool, possibly due to a timeout or because the pool has been terminated)
-
@lain running vacuum analyze but this is a freshly restored db, and i ran the migrations. so i think it should not be fragmented
-
@meowski vacuum is not just for fragmentation, but for getting the index statistics set up correctly, so it's often needed after restore.