Migration from Legacy Deployment
Migrate from the legacy stackai-auto-docker deployment to the unified CLI
Migrate from the legacy stackai-auto-docker deployment to the unified StackAI CLI.
Prerequisites
Access to your existing
stackai-auto-dockerdeploymentYour StackAI License Key and Azure Registry credentials
Root/sudo access on the server
Migration Steps
2
3
4
TLS Certificates
If you have Let's Encrypt certificates:
sudo cp -L /etc/letsencrypt/live/DOMAIN/fullchain.pem ~/.config/stackai/config/nginx/certs/stackai.crt
sudo cp -L /etc/letsencrypt/live/DOMAIN/privkey.pem ~/.config/stackai/config/nginx/certs/stackai.key
sudo chown $USER:$USER ~/.config/stackai/config/nginx/certs/*
stackai deploy restart nginxRollback
Your old deployment is preserved. To rollback:
FAQ
Last updated
Was this helpful?

