Skip to content

Commit 203b9d6

Browse files
authored
Update ubuntu-upgrade.md
Update to explain how to upgrade to Ubuntu 20.04
1 parent 47e3039 commit 203b9d6

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

articles/machine-learning/data-science-virtual-machine/ubuntu-upgrade.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
---
2-
title: How to upgrade your Data Science Virtual Machine to Ubuntu 18.04
2+
title: How to upgrade your Data Science Virtual Machine to Ubuntu 20.04
33
titleSuffix: Azure Data Science Virtual Machine
4-
description: Learn how to upgrade from CentOS and Ubuntu 16.04 to the latest Ubuntu 18.04 Data Science Virtual Machine.
4+
description: Learn how to upgrade from CentOS and Ubuntu 18.04 to the latest Ubuntu 20.04 Data Science Virtual Machine.
55
keywords: deep learning, AI, data science tools, data science virtual machine, team data science process
66
services: machine-learning
77
ms.service: data-science-vm
8-
author: samkemp
9-
ms.author: samkemp
8+
author: jesscioffi
9+
ms.author: jcioffi
1010
ms.topic: conceptual
11-
ms.date: 10/07/2020
11+
ms.date: 10/04/2022
1212
---
1313

14-
# Upgrade your Data Science Virtual Machine to Ubuntu 18.04
14+
# Upgrade your Data Science Virtual Machine to Ubuntu 20.04
1515

16-
If you have a Data Science Virtual Machine running an older release such as Ubuntu 16.04 or CentOS, you should migrate your DSVM to Ubuntu 18.04. Migrating will ensure that you get the latest operating system patches, drivers, preinstalled software, and library versions. This document tells you how to migrate from either older versions of Ubuntu or from CentOS.
16+
If you have a Data Science Virtual Machine running an older release such as Ubuntu 18.04 or CentOS, you should migrate your DSVM to Ubuntu 20.04. Migrating will ensure that you get the latest operating system patches, drivers, preinstalled software, and library versions. This document tells you how to migrate from either older versions of Ubuntu or from CentOS.
1717

1818
## Prerequisites
1919

@@ -23,8 +23,8 @@ If you have a Data Science Virtual Machine running an older release such as Ubun
2323

2424
There are two possible ways to migrate:
2525

26-
- In-place migration, also called "same server" migration. This migration upgrades the existing VM without creating a new virtual machine. In-place migration is the easier way to migrate from Ubuntu 16.04 to Ubuntu 18.04.
27-
- Side-by-side migration, also called "inter-server" migration. This migration transfers data from the existing virtual machine to a newly created VM. Side-by-side migration is the way to migrate from Centos to Ubuntu 18.04. You may prefer side-by-side migration for upgrading between Ubuntu versions if you feel your old install has become needlessly cluttered.
26+
- In-place migration, also called "same server" migration. This migration upgrades the existing VM without creating a new virtual machine. In-place migration is the easier way to migrate from Ubuntu 18.04 to Ubuntu 20.04.
27+
- Side-by-side migration, also called "inter-server" migration. This migration transfers data from the existing virtual machine to a newly created VM. Side-by-side migration is the way to migrate from Centos to Ubuntu 20.04. You may prefer side-by-side migration for upgrading between Ubuntu versions if you feel your old install has become needlessly cluttered.
2828

2929
## Snapshot your VM in case you need to roll back
3030

@@ -166,7 +166,7 @@ Whether you did an in-place or side-by-side migration, confirm that you've succe
166166
cat /etc/os-release
167167
```
168168

169-
And you should see that you're running Ubuntu 18.04.
169+
And you should see that you're running Ubuntu 20.04.
170170
171171
:::image type="content" source="media/ubuntu_upgrade/ssh-os-release.png" alt-text="Screenshot of Ubuntu terminal showing OS version data":::
172172
@@ -177,4 +177,4 @@ The change of version is also shown in the Azure portal.
177177
## Next steps
178178
179179
- [Data science with an Ubuntu Data Science Machine in Azure](./linux-dsvm-walkthrough.md)
180-
- [What tools are included on the Azure Data Science Virtual Machine?](./tools-included.md)
180+
- [What tools are included on the Azure Data Science Virtual Machine?](./tools-included.md)

0 commit comments

Comments
 (0)