Shut down YugabyteDB Anywhere
If you need to perform maintenance on the server hosting your YugabyteDB Anywhere installation requiring a shutdown or restart, you should shut YugabyteDB Anywhere down gracefully.
YBA Installer
If you installed YugabyteDB Anywhere using YBA Installer, shut down using the following command:
$ sudo yba-ctl stop
To restart the service, use the following command:
$ sudo yba-ctl start
The service should automatically start up after a reboot.
Replicated
If you installed YugabyteDB Anywhere using Replicated, stop the application via the Replicated console.
You can also use the following command:
replicatedctl app stop
Kubernetes
For Kubernetes, node patching doesn't require YugabyteDB Anywhere coordination.