Migrate from docker to k8s deployment
Hello,
We are currently running our deployment using docker container and we would like to migrate it to a Kubernetes deployment. What data should we migrate to make it successful?
Solution:Jump to solution
You only need a database backup that you can restore to the new deployment.
If you are a customer you may need a license too if your existing license is tied to your deployment I'd....
6 Replies
<#1379433775817035828>
Category
Help needed
Product
Coder (v2)
Platform
Linux
Logs
Please post any relevant logs/error messages.
Solution
You only need a database backup that you can restore to the new deployment.
If you are a customer you may need a license too if your existing license is tied to your deployment I'd.
I would suggest moving to an externally hosted database first
And then install the new Coder in kubernetes and point it to your database
great, thanks. will try it out.
@Phorcys closed the thread.