Skip to content

Commit

Permalink
[PROTO-1706] fixups (#8337)
Browse files Browse the repository at this point in the history
  • Loading branch information
samgutentag authored May 3, 2024
1 parent f43790f commit 37d78f3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 17 deletions.
6 changes: 3 additions & 3 deletions docs/docs/node-operator/setup/advanced.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
id: advanced
title: Advanced Setup
pagination_label: Advanced Setup
sidebar_label: Advanced Setup
title: Advanced Usage
pagination_label: Advanced Usage
sidebar_label: Advanced Usage
description: Audius Protocol Documentation
---

Expand Down
6 changes: 0 additions & 6 deletions docs/docs/node-operator/setup/architecture.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ During installation there will be prompts for required environment variables. Th
- `delegatePrivateKey` - Private key associated with `delegateOwnerWallet`
- `spOwnerWallet` - Wallet that registered (or will register) the content node on chain

If you're using an externally managed Postgres DB please see
[this section](/node-operator/setup/advanced#discovery-node)

---

## Discovery Node
Expand All @@ -59,9 +56,6 @@ If you're using an externally managed Postgres DB please see
on chain, used to sign JSON responses from server
- `audius_delegate_private_key` - Private key associated with `audius_delegate_owner_wallet`

If you're using an externally managed Postgres DB please see
[this section](/node-operator/setup/advanced#discovery-node)

---

## More options
Expand Down
12 changes: 5 additions & 7 deletions docs/docs/node-operator/setup/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ During installation there will be prompts for required environment variables. Th
- `delegatePrivateKey` - Private key associated with `delegateOwnerWallet`
- `spOwnerWallet` - Wallet that registered (or will register) the content node on chain

If you're using an externally managed Postgres DB please see
[this section](/node-operator/setup/advanced#discovery-node)

---

**Discovery Node**
Expand All @@ -53,9 +50,6 @@ If you're using an externally managed Postgres DB please see
on chain, used to sign JSON responses from server
- `audius_delegate_private_key` - Private key associated with `audius_delegate_owner_wallet`

If you're using an externally managed Postgres DB please see
[this section](/node-operator/setup/advanced#discovery-node)

</div>
</details>

Expand Down Expand Up @@ -196,7 +190,11 @@ This portion of the guide is only for Node Operators that setup Audius Nodes usi

:::

Migrating an existing Audius Node to the new `audius-d` architecture
Migrating Audius Nodes in just a few steps:

1. Disable auto-upgrade on existing Nodes
2. Stop the Audius daemon on existing Nodes
3. Follow the [steps outlined above](/node-operator/setup/installation#overview)

### Stop Existing Nodes

Expand Down
3 changes: 2 additions & 1 deletion docs/docs/node-operator/setup/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ any given time.

### Discovery Node

- Indexes blockchains used by the Audius protocol (Main-net Ethereum, POA, and Solana)
- Indexes blockchains used by the Audius protocol: Ethereum, Solana, and ACDC (the Audius metadata
chain)
- Serves API traffic
- Tracks usage metrics

Expand Down

0 comments on commit 37d78f3

Please sign in to comment.