nomad v0.7.0 Mix.Tasks.Nomad.DatabaseInstance.Restart

Task for automatically restarting a remote SQL database on a pre-determined cloud provider. The instance reboot is done through the cloud provider’s API.

Usage:

mix nomad.database_instance.restart

# Will be prompted for name 

mix nomad.database_instance.restart

# Won't be prompted for name

Summary

Functions

Runs the task for the chosen cloud provider. The shell prompts for the instance’s name if no name was passed as an argument

Functions

run(args)

Specs

run(list) :: binary

Runs the task for the chosen cloud provider. The shell prompts for the instance’s name if no name was passed as an argument.