docs(0053): first-timer runbook to continue the Soroban backfill#95
Merged
Conversation
New docs/runbooks/continue-soroban-backfill.md — a step-by-step guide any operator (incl. BE) can follow to run the remaining chunks: prerequisites, fastest region (bucket is in us-east-2 → run there), AWS access + fetching the prices_writer mTLS bundle from Secrets Manager, build, find the resume point, run a chunk, verify, repeat, then the pre-Soroban tail. Includes a "stop and re-run" section (safe to stop; let each chunk finish so the pool registry persists) and a quick-reference table. Also correct the 0053 note's region (us-east-1 → us-east-2, where the aws-public-blockchain bucket actually lives) and link the runbook.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
docs/runbooks/continue-soroban-backfill.md— a from-scratch runbook so anyone (incl. BE) can run the remaining backfill chunks.aws-public-blockchainbucket is in us-east-2 — run an EC2 there; downloads are the whole bottleneck), getting AWS access + theprices_writermTLS bundle from Secrets Manager (prices/production/clickhouse-mtls-prices-ingestion-production, split JSON → 3 PEMs, with secret hygiene), build, find the resume point (soroban_amm.current_ledger + 1), run a chunk, verify, repeat, and the final pre-Sorobansdex-onlytail.pool_registrypersists — with the seeder as the recovery path.us-east-1→us-east-2) and links the runbook. Docs-only.