Skip to content

Conversation

@alina-tincas
Copy link
Contributor

Description

What did you add/update/change?

Adding content how to upgrade from umbraco 7 using export and import deploy on-prem and also updated the code formats from dropdowns with the newer ones

Type of suggestion

  • Typo/grammar fix
  • Updated outdated content
  • New content
  • Updates related to a new version
  • Other

Product & version (if relevant)

Deploy 10, 12 and 13

Deadline (if relevant)

When should the content be published?
anytime

Copy link
Contributor

@AndyButland AndyButland left a comment

Choose a reason for hiding this comment

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

I made a suggested update to rewrite some parts, which you'll likely want to re-review @alina-tincas. But once you've done that and fixed up any changes you want to make, it's good with me to merge in.


</details>

## Upgrade your Project from Version 7
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested update from here to the end of the file, in terms of heading, indentation and content, is as follows. I'm removed some parts that aren't really specific to Umbraco 7, adjusted indentation so it's clearly part of the "Migrating From Umbraco 7" section and explained a bit more background as to why these steps are necessary to get hold of Deploy for Umbraco 7.


Obtaining Umbraco Deploy for Umbraco 7

Umbraco Deploy for Umbraco 7 is no longer supported, and was only available on Umbraco Cloud. It was not released for use on-premise.

As such if you are looking to migrate from an Umbraco Cloud project running on Umbraco 7, you already have Umbraco Deploy installed.

If you have an Umbraco 7 on-premise website, you can use this guide to migrate from on-premise to Umbraco Cloud or to upgrade to a newer Deploy version on-premise. You will need to obtain and install Umbraco Deploy for Umbraco 7 into your project, solely for the purpose of using the export feature.

The export feature can be used without a license.

{% hint style="info" %}
A license is required for the Umbraco project you are importing into - whether that's a license that comes as part of an Umbraco Cloud subscription, or an on-premise one.
{% endhint %}

Use this guide to migrate from on-premise to Umbraco Cloud or to upgrade to a newer Deploy version on-premise.

  1. Download the required .dll files for Umbraco Deploy for Umbraco 7 from the following links:
  1. Install Umbraco Deploy with the Contrib and Export extensions.
  • Install Umbraco Deploy, Umbraco.Deploy.Contrib, and Umbraco.Deploy.Export by copying the downloaded .dll files into your Umbraco 7 site.
  • When copying the files over from Umbraco Deploy you should not overwrite the following files (if you already had Umbraco Deploy installed):
 Config/UmbracoDeploy.config
 Config/UmbracoDeploy.Settings.config
  • Run the project to make sure it runs without any errors
  1. Update the web.config file with the required references for Umbraco Deploy:

{% code title="web.config" lineNumbers="true" %}

<?xml version="1.0"?> 
<configSections>
    <sectionGroup name="umbraco.deploy">
      <section name="environments" type="Umbraco.Deploy.Configuration.DeployEnvironmentsSection, Umbraco.Deploy" requirePermission="false" />
      <section name="settings" type="Umbraco.Deploy.Configuration.DeploySettingsSection, Umbraco.Deploy" requirePermission="false" />
    </sectionGroup>
  </configSections>
  <umbraco.deploy>
    <environments configSource="config\UmbracoDeploy.config" />
    <settings configSource="config\UmbracoDeploy.Settings.config" />
  </umbraco.deploy>
</configuration>

{% endcode %}

  1. Export and Import Content.
  • Export your content, schema, and files to zip.

@alina-tincas
Copy link
Contributor Author

Thank you for reviewing @AndyButland 🙌

I have applied your suggestions, so am merging this in 😊

@alina-tincas alina-tincas merged commit d9e90e9 into main Apr 30, 2024
@alina-tincas alina-tincas deleted the adding-content-upgrade-from-7-deploy branch April 30, 2024 11:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants