Shut down YugabyteDB Anywhere

This page documents the preview version (v2.23). Preview includes features under active development and is for development and testing only. For production, use the stable version (v2024.1). To learn more, see Versioning.

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.