docs: document partial_mask, random_from, faker_seed, timeout_minutes, and new preflight checks - Configuration: add timeout_minutes to dump options table; add faker_seed section; add partial_mask and random_from to full schema and strategies table - Sanitization-Strategies: add partial_mask and random_from sections with examples and field reference tables; update strategy comparison table; update faker note to mention faker_seed - CLI-Commands: add tool availability and disk space checks to preflight table; update execution order to mention post-migration table verification - config.example.yaml: add timeout_minutes and faker_seed comments; add partial_mask and random_from examples
docs: add permissions guide, --dump-dir flag, and pg_restore exit code note - Getting-Started: add Database Permissions section with source (pg_read_all_data) and target (pg_write_all_data + CREATE ON DATABASE + ALL ON SCHEMA) grants; update Recommended Workflow to start with granting DB permissions - CLI-Commands: add --dump-dir to common options table (v0.3.1) - CLI-Commands: document pg_restore exit code 1 non-fatal behaviour on fresh target databases using --clean (v0.3.2)
Document dump_dir: persistent dump directory for resilient migrations Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Update CLI docs: pre-flight checks, execution order, logging modes - Document new execution order (load → preflight → validation → migrate → sanitize) - Add Pre-flight Checks section with table of all checks and grant commands - Add --preflight-only, --gcp-logs, --log-file to common options table - Add Logging section explaining console vs file vs GCP output modes - Add --preflight-only step to Recommended Workflow in Getting-Started Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Update docs: --verbose/--no-color/--print-args flags, Docker Hub, Cloud Run setup - CLI-Commands.md: add --verbose/-v, --no-color, --print-args to options table - Docker-Usage.md: add Docker Hub image, multi-arch buildx with --provenance=false, Cloud Run Job setup with Artifact Registry, Cloud SQL Auth Proxy Unix socket, Secret Manager regional secrets, and environment variables table
Document parallel_jobs, live progress output, and updated validation checks
Add full project documentation Documents all CLI commands, configuration options, sanitization strategies, validation, Docker usage, and faker methods reference. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Initial Home page