-
Notifications
You must be signed in to change notification settings - Fork 365
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
hotfix: telemetry script to rewrite operator names #1600
base: testnet
Are you sure you want to change the base?
hotfix: telemetry script to rewrite operator names #1600
Conversation
c0c22a5
to
848248d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is missing instructions on how to use
echo "You will now connect to the Telemetry Node, make sure you run the following command inside it:" | ||
echo "Scripts.FetchOperatorsMetadata.run()" | ||
|
||
iex --sname fetch_operators_metadata --remsh telemetry@$ELIXIR_HOSTNAME |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we could just echo the command?
echo "Scripts.FetchOperatorsMetadata.run()" | iex --sname fetch_operators_metadata --remsh telemetry@$ELIXIR_HOSTNAME
Am I missing something that makes that not work?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Telemetry script to rewrite operator names
Description
This is a script that was made to rewrite the operator names in mainnet. This was already executed and the content of the scipt worked, tho the context of how to executed was a bit different to execute in mainnet server.
This was needed because during mainnet deploy, there was a hotfix that hardcoded the names of operators. Now we wanted the actual names to be stored
This script was already executed succesfully
Type of change
Please delete options that are not relevant.
Checklist
testnet
, everything else tostaging