Introduction
This guide provides the procedure for restarting the Replicated services that manage a Terraform Enterprise installation. You may need to perform this action during troubleshooting. Restarting these services does not affect the Terraform Enterprise application itself.
Prerequisites
Before you begin, you need SSH access with sudo privileges to each Terraform Enterprise node.
Procedure
The command to restart the Replicated services differs based on your Terraform Enterprise operational mode. For high availability configurations (Active-Passive or Active-Active), you must perform these steps on each node in the cluster.
For Standalone or Active-Passive Deployments
On each node, run the following command to restart all Replicated services.
$ sudo systemctl restart replicated replicated-operator replicated-ui
For Active-Active Deployments
In an Active-Active configuration, the replicated-ui service is not present. On each node, run the following command to restart the required services.
$ sudo systemctl restart replicated replicated-operator