Commit graph

3 commits

Author SHA1 Message Date
b880a32c83 fix: GoTrue one_time_tokens pre-creation in startup script
- neon-startup.py: pre-creates one_time_tokens table to work around
  GoTrue migration ordering bug
- Postgres podman lock contention resolved via system reset
- Infrastructure recovery documented
2026-06-30 07:57:46 -05:00
29b0582b12 fix: staged neon startup with batched GoTrue migrations, Podman lock workaround 2026-06-30 07:43:32 -05:00
2d48f6a327 feat: neon startup scripts for cold-start recovery
- neon-startup.sh: bash script for post-reboot recovery
- neon-startup.py: Python version with GoTrue migration fix
- Handles dependency order: Postgres → Redis → DB setup → GoTrue → AppFloyo → other
- Known issue: GoTrue migration ordering bug requires pre-running migrations
  from the Docker image with template expansion before starting the container
2026-06-30 07:24:15 -05:00