Commit cd86c71
docs(postgres): mirror upgrade procedure to self-hosted Supabase quickstart
The "Upgrading a later release" section added to
docs/postgresql/quickstarts/postgres.md in 710d48d explains when PATCH
releases are transparent binary upgrades vs. when MINOR/MAJOR releases
require ALTER EXTENSION cloudsync UPDATE. Supabase self-hosted users
run the same extension and face the same decision when moving between
image tags, so mirror the section into supabase-self-hosted.md with
the phrasing adapted for their workflow: pull
sqlitecloud/sqlite-sync-supabase:<tag> and restart the db service,
rather than swap the .so on disk.
The top-level README "Versioning" section keeps its single link to
postgres.md as the canonical reference.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent fbc9326 commit cd86c71
1 file changed
Lines changed: 23 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
84 | 107 | | |
85 | 108 | | |
86 | 109 | | |
| |||
0 commit comments