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: compute/instances/how-to/migrate-volumes-snapshots-to-sbs.mdx
+16-4Lines changed: 16 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,10 @@ Scaleway is transitioning the management of Block Storage volumes and snapshots
17
17
While the characteristics of your migrated volumes and snapshots will remain unchanged, Scaleway's new storage management system will now manage them.
18
18
This guide provides the steps needed to migrate your volumes and snapshots using either the [Scaleway Command Line Interface (CLI)](/developer-tools/scaleway-cli/quickstart/) tool (recommended) or via the [Instances API](https://www.scaleway.com/en/developers/api/instance/#path-volumes-migrate-a-volume-andor-snapshots-to-sbs-scaleway-block-storage).
19
19
20
+
<Messagetype="tip">
21
+
The easiest way to migrate your Block Storage volumes and snapshots is by using the [Scaleway Command Line Interface (CLI)](/developer-tools/scaleway-cli/quickstart/) tool.
22
+
</Message>
23
+
20
24
<Macroid="requirements" />
21
25
22
26
- A Scaleway account logged into the [console](https://console.scaleway.com)
@@ -30,8 +34,8 @@ This guide provides the steps needed to migrate your volumes and snapshots using
30
34
31
35
<Tabs>
32
36
<TabsTablabel="CLI">
33
-
<Messagetype="tip">
34
-
The easiest way to migrate your Block Storage volumes is by using the [Scaleway Command Line Interface (CLI)](/developer-tools/scaleway-cli/quickstart/) tool.
37
+
<Messagetype="note">
38
+
When you migrate a volume, the volume and any snapshots created from the volume will be migrated.
35
39
</Message>
36
40
1. Retrieve the ID of your Block Storage volume using the `scw instance volume list` command. This command returns a list of your volumes, as shown below:
37
41
```
@@ -65,6 +69,10 @@ This guide provides the steps needed to migrate your volumes and snapshots using
65
69
66
70
</TabsTab>
67
71
<TabsTablabel="API">
72
+
<Messagetype="note">
73
+
When you migrate a volume using the API, the volume and any snapshots created from the volume will be migrated.
74
+
</Message>
75
+
68
76
1. Plan the migration by using the following `curl` command:
69
77
70
78
```bash
@@ -100,8 +108,8 @@ This guide provides the steps needed to migrate your volumes and snapshots using
100
108
101
109
<Tabs>
102
110
<TabsTablabel="CLI">
103
-
<Messagetype="tip">
104
-
The easiest way to migrate your Block Storage snapshots is by using the [Scaleway Command Line Interface (CLI)](/developer-tools/scaleway-cli/quickstart/) tool.
111
+
<Messagetype="note">
112
+
When you migrate a snapshot, the source volume of the snapshot and any snapshots created from this volume will also be migrated.
105
113
</Message>
106
114
1. Retrieve the ID of your snapshot using the `scw instance snapshot list` command. This command provides an output similar to the following:
107
115
```
@@ -142,6 +150,10 @@ This guide provides the steps needed to migrate your volumes and snapshots using
142
150
The snapshot migration is complete. You can now manage the migrated snapshot from the [Block Storage Snapshot section](https://console.scaleway.com/block-storage/volumes) in the Scaleway console.
143
151
</TabsTab>
144
152
<TabsTablabel="API">
153
+
<Messagetype="note">
154
+
When you migrate a snapshot using the API, the source volume of the snapshot and any snapshots created from this volume will also be migrated.
155
+
</Message>
156
+
145
157
1. Plan the migration by using the following `curl` command:
0 commit comments