Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ This will restore **all** content and media, plus any other entities configured
3. When it's complete select _Open Umbraco_ to go to the backoffice.
4. You will now see all your content and media in the Umbraco backoffice.

![Restore from start-up](../../../umbraco-cloud/deployment/restoring-content/images/Normal-Restore.gif)
![Restore from start-up](images/Normal-Restore.gif)

### Restore everything through the Umbraco backoffice

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ Imagine that you are working with your Umbraco project locally. One of your cont
6. Start the restore by clicking _Restore_
7. When the restore is done, reload the content tree to see the changes

![Partial restore](../../../umbraco-cloud/deployment/restoring-content/images/partialRestore-onEnvWithContent.png)
![Partial restore](images/partialRestore-onEnvWithContent.png)
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion 15/umbraco-deploy/installation/install-configure.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ Once the configuration has been set up with the correct information we can now g

This can be done by going to the `/umbraco/Deploy/Revision` folder of the project and create a test `.uda` file, and then check in either your Git GUI or in the command line and verify whether the test file is being tracked.

![Test UDA file](<images/test-UDA (1).png>)
![Test UDA file](images/test-UDA.png)

We can see that the file has been created and it is being tracked by Git and we can go ahead and delete the test file.

Expand Down
2 changes: 1 addition & 1 deletion 15/umbraco-deploy/installation/the-licensing-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ On start-up and on a schedule, Umbraco running Deploy On-premise will call out t

You can view the status of the Umbraco Deploy On-premise license in the backoffice. This is available via the _Settings_ section, listed along with any other products using the same licensing service:

![Licenses screen in Umbraco backoffice](./images/licenses-screen.png)
![Licenses screen in Umbraco backoffice](images/licenses-screen.png)

### When and how to configure an `UmbracoApplicationUrl`

Expand Down