Skip to content
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

What are USERNAME and CLUSTER #34

Open
ak77-prime opened this issue Feb 13, 2024 · 0 comments
Open

What are USERNAME and CLUSTER #34

ak77-prime opened this issue Feb 13, 2024 · 0 comments

Comments

@ak77-prime
Copy link
Contributor

Issue in ./help/cloud-guide/test/debug.md

Please verify the instructions here: ssh [email protected] is unfamiliar and doesn't seem to appear anywhere else in the documentation

To set up an SSH tunnel to a Staging or Production environment:

Open a terminal.

Clean up all SSH sessions for each web node of the cluster.

ssh [email protected] 'rm /run/platform/USERNAME/xdebug.sock'
Set up the SSH tunnel for Xdebug for each web node of the cluster.

ssh -R /run/platform/USERNAME/xdebug.sock:localhost:9000 -N [email protected]

Also, it needs to be made clearer what USERNAME and CLUSTER refer to, e.g., in the Staging environment, the URL to access the Origin directly (even though it's disabled by default) is
https://mcstaging.ridersdeal.com.c.am5tm22yxzfj4.dev.ent.magento.cloud/ - notice that there needs to be a .dev inserted after CLUSTER, ie., CLUSTER.dev.ent.magento.cloud

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🆕 Ready for Grooming
Development

No branches or pull requests

1 participant