You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/machine-learning/data-science-virtual-machine/ubuntu-upgrade.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,19 @@
1
1
---
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
3
3
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.
5
5
keywords: deep learning, AI, data science tools, data science virtual machine, team data science process
6
6
services: machine-learning
7
7
ms.service: data-science-vm
8
-
author: samkemp
9
-
ms.author: samkemp
8
+
author: jesscioffi
9
+
ms.author: jcioffi
10
10
ms.topic: conceptual
11
-
ms.date: 10/07/2020
11
+
ms.date: 10/04/2022
12
12
---
13
13
14
-
# Upgrade your Data Science Virtual Machine to Ubuntu 18.04
14
+
# Upgrade your Data Science Virtual Machine to Ubuntu 20.04
15
15
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.
17
17
18
18
## Prerequisites
19
19
@@ -23,8 +23,8 @@ If you have a Data Science Virtual Machine running an older release such as Ubun
23
23
24
24
There are two possible ways to migrate:
25
25
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.
28
28
29
29
## Snapshot your VM in case you need to roll back
30
30
@@ -166,7 +166,7 @@ Whether you did an in-place or side-by-side migration, confirm that you've succe
166
166
cat /etc/os-release
167
167
```
168
168
169
-
And you should see that you're running Ubuntu 18.04.
169
+
And you should see that you're running Ubuntu 20.04.
170
170
171
171
:::image type="content" source="media/ubuntu_upgrade/ssh-os-release.png" alt-text="Screenshot of Ubuntu terminal showing OS version data":::
172
172
@@ -177,4 +177,4 @@ The change of version is also shown in the Azure portal.
177
177
## Next steps
178
178
179
179
- [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