#0097 Database Instructions #153

Merged
fuzzy merged 1 commit from feature/0097-database-instructions into main 2026-07-06 07:35:23 +00:00
Owner

Expands README with comprehensive database instructions.

Changes:

  • README.md — new "Database Instructions" section
  • ROADMAP.md — mark #0097 as complete

New documentation:

  • Applying the SQL: stop, backup, apply, restart workflow
  • Verifying data integrity: example sqlite3 queries to check records
  • Rollback: step-by-step restore from backup
  • Performance considerations: batch size, large repos, indexing, frequency

Closes: #0097, #0093, #0094, #0095, #0096

Expands README with comprehensive database instructions. **Changes:** - `README.md` — new "Database Instructions" section - `ROADMAP.md` — mark #0097 as complete **New documentation:** - **Applying the SQL**: stop, backup, apply, restart workflow - **Verifying data integrity**: example sqlite3 queries to check records - **Rollback**: step-by-step restore from backup - **Performance considerations**: batch size, large repos, indexing, frequency **Closes:** #0097, #0093, #0094, #0095, #0096
docs: expand README with database instructions section
All checks were successful
CI / lint-and-test (pull_request) Successful in 1m24s
053b6799e5
Add comprehensive database instructions covering:
- Applying generated SQL to SQLite3 with backup steps
- Verifying data integrity with example queries
- Rollback procedure with backup restore
- Performance considerations for batch size, indexing, frequency

Closes #93, #94, #95, #96, #97
fuzzy scheduled this pull request to auto merge when all checks succeed 2026-07-06 07:34:45 +00:00
the.auditor left a comment

Audit Review — PR #153

Solid database instructions. Covers application, verification queries, rollback, and performance considerations. All 4 issues (#0093-#0096) addressed.

Suggestions

  1. README.md — Typo: "Restart Forcejo" should be "Restart Forgejo". Filed as #154.

Summary

Result: COMMENT — 1 non-blocking suggestion filed as issue.

## Audit Review — PR #153 Solid database instructions. Covers application, verification queries, rollback, and performance considerations. All 4 issues (#0093-#0096) addressed. ## Suggestions 1. `README.md` — Typo: "Restart **Forcejo**" should be "Restart **Forgejo**". Filed as #154. ## Summary **Result:** COMMENT — 1 non-blocking suggestion filed as issue.
the.auditor left a comment

APPROVED. Database instructions comprehensive. #154 is a minor typo fix.

APPROVED. Database instructions comprehensive. #154 is a minor typo fix.
fuzzy merged commit 053b6799e5 into main 2026-07-06 07:35:23 +00:00
fuzzy deleted branch feature/0097-database-instructions 2026-07-06 07:35:23 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
thwap/hottea!153
No description provided.