User command

For single-node setup

kubectl exec -it mongodb-0 -n avx -- mongo --authenticationDatabase admin -u admin -p
<newpass>

For multi-node setup/For FP5

kubectl exec -it routerdb-0 -n avx -- mongo --authenticationDatabase admin -u admin –p
<newpass>
If you are successfully logged in, it will be displayed as shown in the below image:

Trigger Script

./scripts/appviewx.sh --password

After successful execution of script, delete all pods.

Note: Make sure the vault is up and running.