Skip to content

docs: print out the generated UUID for sending to support#12176

Closed
tarzanek wants to merge 1 commit intoscylladb:masterfrom
tarzanek:patch-2
Closed

docs: print out the generated UUID for sending to support#12176
tarzanek wants to merge 1 commit intoscylladb:masterfrom
tarzanek:patch-2

Conversation

@tarzanek
Copy link
Copy Markdown
Contributor

@tarzanek tarzanek commented Dec 2, 2022

No description provided.

echo $report_uuid
tar c report | xz > report.tar.xz
curl --request PUT --upload-file report.tar.xz "scylladb-users-upload.s3.amazonaws.com/$report_uuid/report.tar.xz"
echo $report_uuid
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The command you added is repeated on this line. I'm not sure if is useful here or should be removed. Please let me know.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@annastuchlik people copy paste(I didn't want to write they are lazy :-D ), so it's just making it easy to spot in the terminal the uuid they will use for upload
so I'd keep it there

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok, I see your point now

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there is actually one more bug
s3.amazonaws is not used anymore

Copy link
Copy Markdown
Contributor Author

@tarzanek tarzanek Dec 9, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

or is it?
@avikivity do we use s3 aws bucket for uploading stuff still?
or only GCP?

"scylladb-users-upload.s3.amazonaws.com/$report_uuid/report.tar.xz"
?

@mykaul mykaul changed the title print out the generated UUID for sending to support docs: print out the generated UUID for sending to support Dec 6, 2022
@mykaul mykaul added the documentation Requires documentation label Dec 6, 2022
@mykaul mykaul added this to the 5.2 milestone Dec 6, 2022
Copy link
Copy Markdown
Collaborator

@annastuchlik annastuchlik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@annastuchlik
Copy link
Copy Markdown
Collaborator

@scylladb/scylla-maint Please merge.

@tarzanek tarzanek deleted the patch-2 branch December 3, 2024 09:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Requires documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants