Skip to content

Commit e9bc74d

Browse files
fix spelling
1 parent 1bed850 commit e9bc74d

File tree

1 file changed

+1
-1
lines changed
  • docs/cloud/managed-postgres/migrations

1 file changed

+1
-1
lines changed

docs/cloud/managed-postgres/migrations/peerdb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ To mirror the setup of the source database in the target database, we need to ob
5454
pg_dump -d 'postgresql://<user>:<password>@<host>:<port>/<database>' -s > source_schema.sql
5555
```
5656

57-
Before applying this to the target database, we need to remove UNIQUE constraints and indexes from the dump file so that PeerDB's ingestion to target tables is not blocked by these constraints. These can be removed using:
57+
Before applying this to the target database, we need to remove UNIQUE constraints and indexes from the dump file so that PeerDB ingestion to target tables is not blocked by these constraints. These can be removed using:
5858
```shell
5959
# Preview
6060
grep -n "CONSTRAINT.*UNIQUE" <dump_file_path>

0 commit comments

Comments
 (0)