breezy-shoe-41523
09/06/2022, 9:50 AMargs:
- "-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??