Skip to content

Commit a0fa62a

Browse files
authored
Merge pull request #371 from authzed/samkim-patch-1
Update link for datastore repair
2 parents e3279b6 + 5e4c1e6 commit a0fa62a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/spicedb/concepts/datastores.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ Two concrete examples are the use of `pg_dump` and `pg_restore` to transfer data
275275
logical replication between a previously-existing instance and a newly-created instance.
276276

277277
If you encounter this, SpiceDB can behave as though there is no schema written, because the data (including the schema) is associated with a future transaction ID and therefore isn't "visible" to Spicedb.
278-
If you run into this issue, the fix is [documented here](https://authzed.com/docs/spicedb/concepts/datastores#transaction-ids-and-mvcc)
278+
If you run into this issue, the fix is [documented here](https://authzed.com/docs/spicedb/concepts/commands#reference-spicedb-datastore-repair)
279279

280280
### Configuration
281281

0 commit comments

Comments
 (0)