Check
Look at public behavior before changing anything.
Reliability work
Clear checks, small maintenance windows, and notes that make routine operations easier to repeat.
Small services need clear checks more than heavy process. Each work area keeps the next change easier to reason about.
Review the home page, key paths, certificates, DNS records, and basic response time from a public point of view.
Confirm backups exist, restore steps are understood, and old retention assumptions still match the service.
Split changes into low-risk windows with verification notes, owner decisions, and rollback conditions.
Record impact, cause, repair work, and the next prevention item while the details are still fresh.
Repeatable work is easier when the checks are small enough to run before and after a change.
Look at public behavior before changing anything.
Write the intended change, stop point, and rollback condition.
Keep the final state and verification notes close to the work.
Turn issues into the next small prevention item.
A short note is enough to start: what changed, what must stay working, and what is unclear.