Restart all components (Native)

Jason Ritz
Jason Ritz
  • Updated

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

  1.  Stop the application
    replicatedctl app stop -a
  2. Stop Replicated
    systemctl stop replicated replicated-ui replicated-operator
  3. Stop all running Docker containers
    docker stop $(sudo docker ps -a -q)
  4. Restart Docker
    systemctl restart docker
  5. Restart Replicated 
    systemctl start replicated replicated-ui replicated-operator
  6. 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

Was this article helpful?

0 out of 0 found this helpful

Have more questions? Submit a request

Comments

0 comments

Article is closed for comments.