-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tool is unable to identify service account that i created on Grafana server as well as AWS managed grafana. #30
Comments
@bonclay7 does migration tool migrates the configured password of data sources from grafana server to AWS managed grafana? |
@parth741 Which version are you migrating from, and to which version? If you're using version 8, you should first upgrade or migrate to Grafana version 9 instance. After successfully migrating to version 9, proceed with the upgrade to version 10. Please note that the commands differ slightly at each step. |
Hi Team,
I am migrating from onprem grafana v10 to aws managed grafana v10.
Regards
Parth Tripathi
…On Thu, 11 Jul, 2024, 10:34 pm serkan haytac, ***@***.***> wrote:
@parth741 <https://github.com/parth741> Which version are you migrating
from, and to which version? If you're using version 8, you should first
upgrade or migrate to Grafana version 9 instance. After successfully
migrating to version 9, proceed with the upgrade to version 10. Please note
that the commands differ slightly at each step.
—
Reply to this email directly, view it on GitHub
<#30 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AG37ZVZJPHBU4MK3JSCAXCDZL23IZAVCNFSM6AAAAABJPWNWESVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMRTGQ2DKMBTGE>
.
You are receiving this because you were mentioned.Message ID:
<aws-observability/amazon-managed-grafana-migrator/issues/30/2223445031@
github.com>
|
Hi @parth741, Surely you already have found out the cause of the issue but just in case. The value for
The migration from a Grafana Server instance to Amazon Managed Grafana workspace can be performed this way:
Best Regards, |
As per the usage document of amazon-managed-grafana-migrator I am able to identify the AWS managed garafana via
#amazon-managed-grafana-migrator discover --region us-west-2
I have also created service account with below command-
#aws grafana create-workspace-service-account --workspace-id g-abcdef5678
--grafana-role ADMIN
--name grafana_migration
As soon as i execute migrate command i get below error-
Skipping API key creation for https://*****.com/
Creating service account token for service account grafana_migration
error: ValidationException: Invalid Service Account id: grafana_migration
{
RespMetadata: {
StatusCode: 400,
RequestID: "df3d54ae-d0e8-4509-b137-42c2668e3583"
},
Message_: "Invalid Service Account id: grafana_migration"
}
Migration command that am using is-
#amazon-managed-grafana-migrator migrate --src-url https://***.com/ --src-api-key glsa_T**************** --dst g-.grafana-workspace.us-west-2.amazonaws.com --dst-service-account-id grafana_migration
I have a question too, does this tool migrates the datasources configured passwords from source?
The text was updated successfully, but these errors were encountered: