Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PROTO-1706] fixups #8337

Merged
merged 8 commits into from
May 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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 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