Author: Jason Ritz
Updated: September 2024
Audience: Everyone
Environmental details: Jama Connect® self-hosted, replicated - Traditional
Summary
When configuring the application in the Replicated admin console, it is sometimes necessary to restart all of the system components.
Solution
- Stop the application
replicatedctl app stop -a
- Stop Replicated
systemctl stop replicated replicated-ui replicated-operator
- Stop all running Docker containers
docker stop $(sudo docker ps -a -q)
- Restart Docker
systemctl restart docker
- Restart Replicated
systemctl start replicated replicated-ui replicated-operator
- Restart the Jama Connect application
replicatedctl app start
Note: You can start and stop the application in steps 1 and 6 from the Replicated admin console.
Feedback: Please leave feedback in the comments below.
Related to
Comments
0 comments
Article is closed for comments.