Hello Team, i’m trying to test upgrade job restor...
# troubleshoot
b
Hello Team, i’m trying to test upgrade job restore indices so i’ve deleted all indices of elasticsearch and tried to restore it according to Mysql i tested it by editing datahub-upgrade-job.yml from:
args:
- "-u"
- "NoCodeDataMigration"
- "-a"
- "batchSize=1000"
- "-a"
- "batchDelayMs=100"
- "-a"
- "dbType={{ .Values.datahubUpgrade.noCodeDataMigration.sqlDbType }}"
to:
args:
- "-u"
- "RestoreIndices"
but i get log ‘no active profile set’ so my question is Is RestoreIndices’s role is what i’m expecting ? how can i debug that situation??