Skip to content

Commit 0852468

Browse files
committed
Update bulk-loader.mdx
add increment to trigger snapshot
1 parent cde87ea commit 0852468

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dgraph/admin/bulk-loader.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -269,13 +269,13 @@ the other Alpha replicas. You can follow these steps:
269269

270270
1. Run Bulk Loader only on one Alpha server
271271

272-
2. Once the `out\0\p` directory has been created by the Bulk Loader, copy the
273-
`p` directoty (default path is `out/0/p`) to the Alpha volume.
272+
2. Once the generated `out\0\p` directory has been created by the Bulk Loader,
273+
copy the `p` directoty (default path is `out/0/p`) to the Alpha volume.
274274

275275
3. Start **only** the first Alpha replica
276276

277277
4. Generate some mutations. Without mutation the Alpha will not create a
278-
snapshot. You can run `dgraph increment -n 1000` to generate some mutations
278+
snapshot. You can run `dgraph increment -n 10000` to generate some mutations
279279
on an internal counter not affecting your data.
280280

281281
5. Wait for 1 minute to ensure that a snapshot has been taken by the first Alpha

0 commit comments

Comments
 (0)