Document WEHAGO ledger snapshot access
This commit is contained in:
@@ -37,6 +37,22 @@ data/wehago_account_ledger.sqlite3
|
|||||||
python3 scripts/restore_account_ledger_snapshot.py --output /desired/path/wehago_account_ledger.sqlite3
|
python3 scripts/restore_account_ledger_snapshot.py --output /desired/path/wehago_account_ledger.sqlite3
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Gitea에서 직접 받기
|
||||||
|
|
||||||
|
Gitea에 로그인한 뒤 아래 raw URL로 접근하면 스냅샷을 직접 받을 수 있습니다.
|
||||||
|
|
||||||
|
```text
|
||||||
|
https://gitea.hmac.kr/YJKIM/WEHAGO_DB/raw/branch/main/snapshots/wehago_account_ledger_snapshot_20260605.sqlite3.gz
|
||||||
|
```
|
||||||
|
|
||||||
|
브라우저에서 404가 보이면 파일이 없는 것이 아니라, 대부분 아래 원인입니다.
|
||||||
|
|
||||||
|
- Gitea에 로그인하지 않은 상태입니다.
|
||||||
|
- 로그인 계정이 `WEHAGO_DB` 저장소 접근 대상이 아닙니다.
|
||||||
|
- Gitea가 internal 저장소를 권한 없는 사용자에게 404로 숨기고 있습니다.
|
||||||
|
|
||||||
|
이 경우 먼저 Gitea에 로그인한 뒤 다시 접근하고, 그래도 404가 유지되면 저장소 소유자에게 해당 Gitea 계정의 접근 권한을 요청해야 합니다.
|
||||||
|
|
||||||
## 무결성
|
## 무결성
|
||||||
|
|
||||||
압축 스냅샷 SHA-256:
|
압축 스냅샷 SHA-256:
|
||||||
|
|||||||
Reference in New Issue
Block a user