This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| set -e | |
| echo "==================================================================================================" | |
| echo "NOTE: The script will set the Adminconsole to api-only mode (no indexer), so that" | |
| echo " migrations are bypassed and Adminconsole can boot for environment salvage operations." | |
| echo " Please run the same script with the cleanup option afterwards." | |
| echo "" | |
| echo "IMPORTANT: Until the cleanup script is run, adminconsole will not be able to index " | |
| echo " changes in the admin cluster, breaking the Deployments dashboard and " |
OlderNewer