#1478 missing note about cleaning sessions table
Closed: Fixed 4 years ago by tkopecek. Opened 4 years ago by tkopecek.

I've found nothing in docs about regular cleanup of sessions. It would be worthy to make a note in server bootstrap, and adding cron daily SQL script into hub spec (getting connection info from hub.conf).

DELETE FROM sessions WHERE update_time < now() - '1 day'::interval;

Metadata Update from @tkopecek:
- Custom field Size adjusted to None

4 years ago

Metadata Update from @tkopecek:
- Issue assigned to tkopecek

4 years ago

Metadata Update from @tkopecek:
- Custom field Size adjusted to medium (was: None)
- Issue set to the milestone: 1.19
- Issue tagged with: feature, usability

4 years ago

Metadata Update from @jcupova:
- Issue tagged with: testing-done

4 years ago

Login to comment on this ticket.

Metadata
Related Pull Requests
  • #1492 Merged 4 years ago