Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 709 Bytes

MAINTENANCE.md

File metadata and controls

29 lines (21 loc) · 709 Bytes

Maintenance Guide

Disk Space

Currently, the disk space is limited, so please check the disk space before running any ETL jobs.

This section will be deprecated if we no longer encounter out-of-disk issues.

  1. Find the largest folders:
    du -a /var/lib/docker/overlay2 | sort -n -r | head -n 20
  2. Show the folder size:
    du -hs xxxx
  3. Delete the large folders identified.
  4. Check disk space:
    df -h

Token Expiration

Some API tokens might expire, so please check them regularly.

Year-to-Year Jobs

Please refer to Dev Data Team - Year to Year Jobs - HackMD for more details.