Discord
GitHub
Search
⌃K
Links
👉
Getting Started
Step 1 - Installation
Step 2 - Hello World
Tutorials
Use cases
How to contribute?
Roadmap
⭐
Memphis
Overview
Architecture
Key concepts
Schemaverse
Memphis configuration
Benchmark
Comparisons
Privacy
☁
Memphis Cloud
Signup
📦
Deployment
Terraform
Kubernetes
1 - Installation
2 - Access
3 - Upgrade
Docker
How to upgrade
SDKs and Protocols
REST (HTTP)
Node.js / TypeScript / NestJS
Go
Python
Kotlin
.NET
Java
NATS Jetstream
Rust
Scala
Dashboard (GUI)
General
Signup
Login
Overview
Stations
Users
Profile
🔌
Integrations
Monitoring
Notifications
Storage
Other platforms
CLI
Installation
Usage
🗒
Release notes
Releases
Powered By
GitBook
3 - Upgrade
Procedure for upgrading memphis
Step 1: Uninstall existing helm installation
helm uninstall memphis -n memphis
Data will not be lost!
PVCs are not removed and will be re-attached to the new installation
Step 2: Upgrade Memphis helm repo
helm repo update
Step 3: Reinstall Memphis
Production
Production-grade Memphis with three memphis brokers configured in cluster-mode
helm repo
add
memphis https://k8s.memphis.dev/charts/ --force-update
&&
helm
install
memphis
--set
cluster.enabled
=
"true"
memphis/memphis --create-namespace
--namespace
memphis
--wait
Dev
Standard installation of Memphis with a single broker
helm repo
add
memphis https://k8s.memphis.dev/charts/ --force-update
&&
helm
install
memphis memphis/memphis --create-namespace
--namespace
memphis
--wait
Previous
2 - Access
Next - Deployment
Docker
Last modified
2d ago