Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 739 Bytes

File metadata and controls

37 lines (22 loc) · 739 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 

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.