-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Cloud: update migrate files section #8552
Conversation
2f35130
to
e7a556f
Compare
@bdenham I was hoping to find a way to pull migrating files out to be a separate topic, but I am running out of time and this topic seems to depend on this section. I'll let it go. I mainly wanted to present that you can move media files using the magento-cloud CLI, and I wanted to make it clear how to use rsync from remote-to-remote. A cloud dev looked at it and said this is not a process that is part of deploying to production, but there is no difference in how it works for Pro versus Starter. 👍 |
e7a556f
to
14feefe
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.
Looks good!
running tests |
Hi @hguthrie, thank you for your contribution! |
Purpose of this pull request
This pull request (PR) updates a topic on migrating static files. Before, the topic did not discuss using the magento-cloud CLI as a tool for migrating files.
Affected DevDocs pages
https://devdocs.magento.com/cloud/live/stage-prod-migrate.html#migrate-static-files
Remaining tasks:
whatsnew
In the Cloud guide, clarified the section about Migrating static files after deploying code. The CLI method is preferred for local to remote environments, but the
rysnc
method from one remote environment to another requires forwarding of the authentication agent when using a SSH.