Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
2c810e9
fix(docs): update version (#331)
skrdgraph Oct 20, 2022
4ba1c95
[Docs] Access Control Lists : add the command and random keys (#333)
Rajakavitha1 Oct 27, 2022
4096ae4
[Docs] Encryption at Rest: added a note for macOS (#334)
Rajakavitha1 Oct 27, 2022
d01e2ed
docs(release): Dgraph v22.0.0 release (#335)
MichelDiz Oct 31, 2022
b05f66c
Cherry pick/v22.0/glossary (#364)
rderbier Dec 14, 2022
004bba5
Cherry pick/v22.0/glossary update (#387)
rderbier Jan 13, 2023
5e9f635
Merge branch 'release/v22.0'
rderbier Jan 17, 2023
3fa1a02
Revamp(install) : merge to v22.0 (#409)
rderbier Jan 18, 2023
bcafcf7
Merge branch 'main' of https://github.com/dgraph-io/dgraph-docs
rderbier Jan 23, 2023
0362951
short reference to bulk loader and live loader
rderbier Jan 23, 2023
0f06a27
Initial revamp of import data
rderbier Jan 24, 2023
9e6d5d8
change page order
rderbier Jan 26, 2023
ce08046
change build script for branches (#425)
rderbier Jan 27, 2023
84c8c49
Algolia/v22.0 (#427)
rderbier Jan 30, 2023
3804b5c
Algolia/v22.0 (#429)
rderbier Jan 31, 2023
b91145a
Algolia/v22.0 (#430)
rderbier Jan 31, 2023
fae5fb3
Algolia/v22.0 (#431)
rderbier Jan 31, 2023
43b6bbc
remove graphql overview and references (#433)
rderbier Feb 1, 2023
6cda032
remove graphql overview and references (#434)
rderbier Feb 1, 2023
b95fd77
add v22.0.2 (#435)
rderbier Feb 1, 2023
eef8446
Merge branch 'release/v22.0' into revamp/import-data
rderbier Feb 1, 2023
36099a6
Merge branch 'main' into revamp/import-data
rderbier Feb 1, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions content/deploy/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ running multiple instances of Dgraph, over multiple servers in a cluster.
<a href="{{< relref "tls-configuration.md">}}">
<h2>TLS Configuration</h2>
<p>
Setting up secure TLS connections between clients and servers
Setting up secure TLS connections between clients and servers
</p>
</a>
</div>
<div class="item">
<div class="icon"><i class="lni lni-upload" aria-hidden="true"></i></div>
<a href="{{< relref "fast-data-loading/overview.md">}}">
<h2>Fast Data Loading</h2>
<a href="{{< relref "about_import.md">}}">
<h2>Data Import</h2>
<p>
Dgraph tools for fast data loading
</p>
Expand Down
142 changes: 71 additions & 71 deletions content/deploy/cli-command-reference.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions content/deploy/dgraph-administration.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ Doing periodic exports is always a good idea. This is particularly useful if you
2. Ensure it is successful
3. [Shutdown Dgraph]({{< relref "#shut-down-database" >}}) and wait for all writes to complete
4. Start a new Dgraph cluster using new data directories (this can be done by passing empty directories to the options `-p` and `-w` for Alphas and `-w` for Zeros)
5. Reload the data via [bulk loader]({{< relref "deploy/fast-data-loading/bulk-loader.md" >}})
5. Reload the data via [bulk loader]({{< relref "bulk-loader.md" >}})
6. Verify the correctness of the new Dgraph cluster. If all looks good, you can delete the old directories (export serves as an insurance)

These steps are necessary because Dgraph's underlying data format could have changed, and reloading the export avoids encoding incompatibilities.
Expand Down Expand Up @@ -265,7 +265,7 @@ are affected. Then, you can drop the old types and predicates from DB.
command will do.

{{% notice "note" %}}
The above steps are valid for migration from a cluster in `v20.11` to a single-tenant cluster in `v21.03`,
The above steps are valid for migration from a cluster in `v20.11` to a single-tenant cluster in `v21.03`,
as backup and restore are cluster-wide operations and a single namespace cannot be restored in a multi-tenant cluster.
{{% /notice %}}

Expand Down
7 changes: 0 additions & 7 deletions content/deploy/fast-data-loading/_index.md

This file was deleted.

Loading