-
Notifications
You must be signed in to change notification settings - Fork 811
More environment references #7015
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
More environment references #7015
Conversation
eshanrnh
left a comment
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.
The PR looks good, @sofietoft 🙌 Just a couple of suggestions to fix vale warnings, remove "we" and so on.
| * Complete the import dialog and the database will be restored. | ||
| 1. Connect to your SQL Server using SQL Server Management Studio (SSMS). | ||
| 2. Expand "Databases", right-click "Databases", then select "Import Data-tier Application...". | ||
| 3. Proceed through the dialog, by browsing to the saved location of your `bacpac` file, and then setting the options appropriate to your configuration |
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.
| 3. Proceed through the dialog, by browsing to the saved location of your `bacpac` file, and then setting the options appropriate to your configuration | |
| 3. Proceed through the dialog, by browsing to the saved location of your `bacpac` file and then setting the options appropriate to your configuration. |
| | Schema Deployments | Content and Media Transfers | | ||
| | ----------- | ------------- | | ||
| | Schema is stored in a Git repository. These are **deployed** between environments using a Git client or the Umbraco Cloud Portal. | Content and Media items are not stored in the Git repository. They must be **transferred** directly from the Umbraco backoffice using the **Queue for Transfer** option. Once queued, use the **Deployment** Dashboard in the **Content** section to complete the transfer. | |
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.
This is duplicate info. Did you miss removing the bullet points above or this table?
umbraco-cloud/getting-started/git-repository-in-a-cloud-project.md
Outdated
Show resolved
Hide resolved
umbraco-cloud/product-upgrades/version-specific-upgrades/migrate-from-8-to-latest.md
Outdated
Show resolved
Hide resolved
umbraco-cloud/product-upgrades/version-specific-upgrades/migrate-from-8-to-latest.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Esha Noronha <82437098+eshanrnh@users.noreply.github.com>
eshanrnh
left a comment
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 to me 🙌
Description
Also updated the left-to-right deployment approach illustration.
Added more information about flexible and mainline environments to the deployment article.
Type of suggestion