diff --git a/pages/index.md b/pages/index.md index dd0f92a5d2d..79e0ddb24ab 100644 --- a/pages/index.md +++ b/pages/index.md @@ -692,6 +692,7 @@ + [Resizing the file system in FreeBSD 12](public_cloud/compute/resize_freebsd_file_system_after_install) + [Forensics: How to deal with Public Cloud instances](public_cloud/compute/forensics) + [Local Zone VPN-as-a-Service (VPNaaS) with Tailscale Integration](public_cloud/compute/local-zones-vpn-tailscale-integration) + + [Migration of instances between different regions](public_cloud/compute/migration_between_regions) + [Storage and Backup](products/public-cloud-storage) + [Object Storage](products/public-cloud-storage-object-storage) + [General information](public-cloud-storage-object-storage-general-information) diff --git a/pages/public_cloud/compute/create_restore_a_virtual_server_with_a_backup/guide.en-gb.md b/pages/public_cloud/compute/create_restore_a_virtual_server_with_a_backup/guide.en-gb.md index 6e999ec520f..6f49b1da46a 100644 --- a/pages/public_cloud/compute/create_restore_a_virtual_server_with_a_backup/guide.en-gb.md +++ b/pages/public_cloud/compute/create_restore_a_virtual_server_with_a_backup/guide.en-gb.md @@ -23,32 +23,73 @@ You can make use of these instance backups for two basic purposes: ### Creating an instance from a backup -Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Then click `Instance backup`{.action} under the **Compute** section. - -![public-cloud-instance-backup](images/restorebackup01.png){.thumbnail} - -Click on the `...`{.action} button in the row of the relevant backup, then select `Create an instance`{.action}. - -You will see a shortened version of the instance creation page where you can decide on some options. - -![public-cloud-instance-backup](images/restorebackup02.png){.thumbnail} - -Some elements are pre-defined: - -- **Region**: Your instance will be created in the same data centre as your backup. -- **Image**: The image will correspond to your backup. -- **Model**: Only the models that are compatible with your image are available, depending on your quota. - -![public-cloud-instance-backup](images/restorebackup03.png){.thumbnail} - -Choose the new instance's name, SSH key, vRack and billing period, then click on the `Create the instance`{.action} button. - -For further information on creating an instance, please refer to [this guide](/pages/public_cloud/compute/public-cloud-first-steps). - -> [!primary] -> -> In order to create the instance in a different data centre, you will first need to transfer the backup to the appropriate region. Please refer to our guide to [transferring an instance backup](/pages/public_cloud/compute/transfer_instance_backup_from_one_datacentre_to_another). -> +> [!tabs] +> Via the OVHcloud Control Panel +>> Log in to the [OVHcloud Control Panel](/links/manager), go to the `Public Cloud`{.action} section and select the Public Cloud project concerned. Then click `Instance backup`{.action} under the **Compute** section. +>> +>> ![public-cloud-instance-backup](images/restorebackup01.png){.thumbnail} +>> +>> Click on the `...`{.action} button in the row of the relevant backup, then select `Create an instance`{.action}. +>> +>> You will see a shortened version of the instance creation page where you can decide on some options. +>> +>> ![public-cloud-instance-backup](images/restorebackup02.png){.thumbnail} +>> +>> Some elements are pre-defined: +>> +>> - **Region**: Your instance will be created in the same data centre as your backup. +>> - **Image**: The image will correspond to your backup. +>> - **Model**: Only the models that are compatible with your image are available, depending on your quota. +>> +>> ![public-cloud-instance-backup](images/restorebackup03.png){.thumbnail} +>> +>> Choose the new instance's name, SSH key, vRack and billing period, then click on the `Create the instance`{.action} button. +>> +>> For further information on creating an instance, please refer to [this guide](/pages/public_cloud/compute/public-cloud-first-steps). +>> +>> > [!primary] +>> > +>> > In order to create the instance in a different data centre, you will first need to transfer the backup to the appropriate region. Please refer to our guide to [transferring an instance backup](/pages/public_cloud/compute/transfer_instance_backup_from_one_datacentre_to_another). +>> > +>> +> Via the Openstack CLI +>> > [!warning] +>> > +>> > If your instance is a Windows server, you must select a flavor of type win-xx-xx (for example, win-b2-15) and have a public interface on the Ext-Net network. Without these conditions, authentication with the OVHcloud KMS will not be possible, and your server will remain with an [unactivated licence](/pages/public_cloud/compute/activate-windows-license-private-mode). This could lead to limitations, including the absence of updates. Please note that it is not possible to resize a Linux instance (such as b2-15) to a Windows instance (such as win-b2-15). To make this transition, you need to recreate a new instance. +>> > +>> +>> To create an instance from your backup, use the backup ID as the image with this command: +>> +>> ```bash +>> $ openstack server create --key-name SSHKEY --flavor 98c1e679-5f2c-4069-b4da-4a4f7179b758 --image 0a3f5901-2314-438a-a7af-ae984dcbce5c Server1_from_snap +>> ``` +>> +> Via Horizon +>> In the Horizon interface, click on `Compute`{.action} in the left-hand menu, then on `Images`{.action}. Find the desired image and click on the `Launch`{.action} button to the right of your image line. +>> +>> ![public-cloud-instance-backup-horizon](images/restorebackuphorizon1.png){.thumbnail} +>> +>> Name your instance in the dedicated field and determine the number of instances to create. Then click on the `Flavor`{.action} tab. +>> +>> ![public-cloud-instance-backup-horizon-2](images/restorebackuphorizon2.png){.thumbnail} +>> +>> Choose the desired instance model, then click on the `Networks`{.action} tab. +>> +>> > [!warning] +>> > +>> > If your instance is a Windows server, you must select a flavor of type win-xx-xx (for example, win-b2-15) and have a public interface on the Ext-Net network. Without these conditions, authentication to the OVHcloud KMS will not be possible, and your server will remain with a [license not activated](/pages/public_cloud/compute/activate-windows-license-private-mode). This could lead to limitations, including the absence of updates. Please note that it is not possible to resize a Linux instance (e.g. b2-15) to a Windows instance (e.g. win-b2-15). To make this transition, you need to recreate a new instance. +>> > +>> +>> ![public-cloud-instance-backup-horizon-3](images/restorebackuphorizon3.png){.thumbnail} +>> +>> Choose the network you wish to assign to it, then click on the `Launch Instance`{.action} button. +>> +>> [public-cloud-instance-backup-horizon-4](images/restorebackuphorizon4.png){.thumbnail} +>> +>> You can find the status of your new instance in `Compute`{.action} in the left-hand menu, then on `Instances`{.action}. +>> +>> ![public-cloud-instance-backup-horizon-5](images/restorebackuphorizon5.png){.thumbnail} +>> ### Restoring an instance from a backup diff --git a/pages/public_cloud/compute/create_restore_a_virtual_server_with_a_backup/guide.fr-fr.md b/pages/public_cloud/compute/create_restore_a_virtual_server_with_a_backup/guide.fr-fr.md index 4f52cff98f6..6e678080752 100644 --- a/pages/public_cloud/compute/create_restore_a_virtual_server_with_a_backup/guide.fr-fr.md +++ b/pages/public_cloud/compute/create_restore_a_virtual_server_with_a_backup/guide.fr-fr.md @@ -23,32 +23,73 @@ Vous pouvez être amenés à vouloir restaurer votre instance grâce à une sauv ### Créer une instance a partir d'une sauvegarde -Connectez-vous à votre [espace client OVHcloud](/links/manager) et sélectionnez `Public Cloud`{.action}. Sélectionnez le projet Public Cloud concerné puis cliquez sur `Instance backup`{.action} sous la section **Compute**. - -![public-cloud-instance-backup](images/restorebackup01.png){.thumbnail} - -Cliquez alors sur les `...`{.action} à droite de la sauvegarde choisie et enfin sur `Créer une instance`{.action}. - -Une version abrégée de la page de création de l'instance s'affiche, dans laquelle vous pouvez modifier certaines options. - -![public-cloud-instance-backup](images/restorebackup02.png){.thumbnail} - -Certains éléments sont prédéfinis : - -- **Localisation** : votre instance sera créée dans le même datacentre que votre sauvegarde. -- **Image** : elle correspondra à votre sauvegarde. -- **Modèle** : seuls ceux pouvant accueillir votre image seront disponibles, en fonction de votre quota. - -![public-cloud-instance-backup](images/restorebackup03.png){.thumbnail} - -Définissez le nom de la nouvelle instance, la clé SSH, le vRack et la période de facturation, puis cliquez sur le bouton `Créer l'instance`{.action}. - -Pour plus d'informations sur la création d'une instance, consultez [ce guide](/pages/public_cloud/compute/public-cloud-first-steps). - -> [!primary] -> -> Pour créer une instance dans un autre datacentre que celui de la sauvegarde, il faudra transférer celle-ci vers la zone correspondante. Référez-vous alors au [guide sur la sauvegarde d'une instance d'un datacentre à l'autre](/pages/public_cloud/compute/transfer_instance_backup_from_one_datacentre_to_another). -> +> [!tabs] +> Via l'espace client OVHcloud +>> Connectez-vous à votre [espace client OVHcloud](/links/manager) et sélectionnez `Public Cloud`{.action}. Sélectionnez le projet Public Cloud concerné puis cliquez sur `Instance backup`{.action} sous la section **Compute**. +>> +>> ![public-cloud-instance-backup](images/restorebackup01.png){.thumbnail} +>> +>> Cliquez alors sur les `...`{.action} à droite de la sauvegarde choisie et enfin sur `Créer une instance`{.action}. +>> +>> Une version abrégée de la page de création de l'instance s'affiche, dans laquelle vous pouvez modifier certaines options. +>> +>> ![public-cloud-instance-backup](images/restorebackup02.png){.thumbnail} +>> +>> Certains éléments sont prédéfinis : +>> +>> - **Localisation** : votre instance sera créée dans le même datacentre que votre sauvegarde. +>> - **Image** : elle correspondra à votre sauvegarde. +>> - **Modèle** : seuls ceux pouvant accueillir votre image seront disponibles, en fonction de votre quota. +>> +>> ![public-cloud-instance-backup](images/restorebackup03.png){.thumbnail} +>> +>> Définissez le nom de la nouvelle instance, la clé SSH, le vRack et la période de facturation, puis cliquez sur le bouton `Créer l'instance`{.action}. +>> +>> Pour plus d'informations sur la création d'une instance, consultez [ce guide](/pages/public_cloud/compute/public-cloud-first-steps). +>> +>> > [!primary] +>> > +>> > Pour créer une instance dans un autre datacentre que celui de la sauvegarde, il faudra transférer celle-ci vers la zone correspondante. Référez-vous alors au [guide sur la sauvegarde d'une instance d'un datacentre à l'autre](/pages/public_cloud/compute/transfer_instance_backup_from_one_datacentre_to_another). +>> > +>> +> Via la CLI Openstack +>> > [!warning] +>> > +>> > Si votre instance est un serveur Windows, vous devez sélectionner une flavor de type win-xx-xx (par exemple, win-b2-15) et disposer d’une interface publique sur le réseau Ext-Net. Sans ces conditions, l’authentification auprès du KMS OVHcloud ne sera pas possible, et votre serveur restera avec une [licence non activée](/pages/public_cloud/compute/activate-windows-license-private-mode). Cela pourrait entraîner des limitations, notamment l’absence de mises à jour. À noter qu’il est impossible de redimensionner une instance Linux (par exemple b2-15) en une instance Windows (comme win-b2-15). Pour effectuer cette transition, il est nécessaire de recréer une nouvelle instance. +>> > +>> +>> Pour créer une instance à partir de votre sauvegarde, utilisez l'ID de sauvegarde comme image avec cette commande : +>> +>> ```bash +>> $ openstack server create --key-name SSHKEY --flavor 98c1e679-5f2c-4069-b4da-4a4f7179b758 --image 0a3f5901-2314-438a-a7af-ae984dcbce5c Server1_from_snap +>> ``` +>> +> Via Horizon +>> Dans l'interface Horizon, cliquez sur `Compute`{.action} dans le menu de gauche, puis sur `Images`{.action}. Cherchez l'image désirée et Cliquez sur le bouton `Launch`{.action} se trouvant sur la droite de la ligne de votre image. +>> +>> ![public-cloud-instance-backup-horizon](images/restorebackuphorizon1.png){.thumbnail} +>> +>> Nommez votre instance dans le champs dédié et determinez le nombre d'instance à créer. Puis cliquez sur l'onglet `Flavor`{.action}. +>> +>> ![public-cloud-instance-backup-horizon-2](images/restorebackuphorizon2.png){.thumbnail} +>> +>> Choisissez le modèle d'instance désiré, puis cliquez sur l'onglet `Networks`{.action}. +>> +>> > [!warning] +>> > +>> > Si votre instance est un serveur Windows, vous devez sélectionner une flavor de type win-xx-xx (par exemple, win-b2-15) et disposer d’une interface publique sur le réseau Ext-Net. Sans ces conditions, l’authentification auprès du KMS OVHcloud ne sera pas possible, et votre serveur restera avec une [licence non activée](/pages/public_cloud/compute/activate-windows-license-private-mode). Cela pourrait entraîner des limitations, notamment l’absence de mises à jour. À noter qu’il est impossible de redimensionner une instance Linux (par exemple b2-15) en une instance Windows (comme win-b2-15). Pour effectuer cette transition, il est nécessaire de recréer une nouvelle instance. +>> > +>> +>> ![public-cloud-instance-backup-horizon-3](images/restorebackuphorizon3.png){.thumbnail} +>> +>> Choisissez le network que vous souhaitez lui assigner, puis cliquez sur le bouton `Launch Instance`{.action}. +>> +>> ![public-cloud-instance-backup-horizon-4](images/restorebackuphorizon4.png){.thumbnail} +>> +>> Vous pouvez retrouver le status de votre nouvelle instance dans `Compute`{.action} dans le menu de gauche, puis sur `Instances`{.action}. +>> +>> ![public-cloud-instance-backup-horizon-5](images/restorebackuphorizon5.png){.thumbnail} +>> ### Restaurer une instance à partir d’une sauvegarde diff --git a/pages/public_cloud/compute/migration_between_regions/guide.en-gb.md b/pages/public_cloud/compute/migration_between_regions/guide.en-gb.md new file mode 100644 index 00000000000..1bf51175ad2 --- /dev/null +++ b/pages/public_cloud/compute/migration_between_regions/guide.en-gb.md @@ -0,0 +1,80 @@ +--- +title: 'Migration of instances between different regions' +excerpt: 'This guide describes how to migrate an OVHcloud Public Cloud instance between two regions, in 1AZ or 3AZ. It covers the backup, transfer and recreation steps, with instructions via the Manager, Horizon or the OpenStack CLI.' +updated: 2025-07-20 +--- + +## Objectives + +This guide explains how to migrate a Public Cloud instance from one region to another, from 1AZ to 3AZ or vice versa. It centralizes the key steps - backup, transfer and recreation - and redirects to the detailed guides for each element. + +## Requirements + +- An [OVHcloud Public Cloud instance](/pages/public_cloud/compute/public-cloud-first-steps) +- Access to the [OVHcloud Control Panel](/links/manager) + +## Instructions + +> [!primary] +> +> Before migrating an instance, it's important to understand the differences between the deployment types offered in the OVHcloud Public Cloud. Each mode - 1AZ, 3AZ or Local Zones - has a direct impact on the resilience, availability and design of your infrastructure. +> +> To find out more, consult the documentation: [Comparison and resilience of Deployment Modes - Understanding 3-AZ / 1-AZ / Local Zones](/pages/public_cloud/public_cloud_cross_functional/deployment_modes_comparison_resilience_details) +> + +### Étape 1. Backup your instance + +Start by creating a backup of your instance to be migrated, or use an existing one if it's still valid. + +OVHcloud offers two types of backup, with different behaviors depending on the type of migration desired: + +- Local backup: requires manual transfer if you're migrating to another region or AZ. +- Remote backup - recommended: automatically managed by OVHcloud, the local backup is replicated in the selected region. No manual transfer required. + +> [!primary] +> +> If your local backup was performed in a 3AZ region and you wish to recreate the instance in another AZ in the same region, no transfer is required. +> +> Local backups are accessible from all availability zones within a 3AZ region. You can proceed directly to the instance recreation stage. +> + +> [!tabs] +> Via the OVHcloud Control Panel +>> To create an instance backup from the OVHcloud client space, follow [this section](/pages/public_cloud/compute/save_an_instance#createinstanceviamanager) of our guide to creating an instance backup. +>> +> Via the Openstack CLI + + +>> +> via Horizon + + + +### Étape 2. Migrating your backup to another region + +> [!primary] +> +> If you used a remote backup, you can go straight to [step 3. restore instance in new region](#step3recreateinstance). +> + +> [!tabs] +> Via the Openstack CLI +>> To transfer your backup from one AZ to another via the Openstack CLI, please follow our guide: [Downloading and transferring an instance backup from one OpenStack region to another](/pages/public_cloud/compute/transfer_instance_backup_from_one_datacentre_to_another) +>> + +### Étape 3. restore instance in new region + +> [!tabs] +> Via the OVHcloud Control Panel +>> To create an instance from an existing backup, please follow [this section](/pages/public_cloud/compute/create_restore_a_virtual_server_with_a_backup#createinstanceviamanager) from our guide : Using instance backups to create or restore an instance. +>> +> Via the Openstack CLI +>> To create an instance from an existing backup via the Openstack CLI, follow [this section](/pages/public_cloud/compute/create_restore_a_virtual_server_with_a_backup/#createinstanceviaopenstack) from our guide: Using instance backups to create or restore an instance. +>> +> Via Horizon +>> To create an instance from an existing backup via Horizon, follow [this section](/pages/public_cloud/compute/create_restore_a_virtual_server_with_a_backup/#createinstanceviahorizon) from our guide : Using instance backups to create or restore an instance. +>> + +## Go further + +Join our [community of users](/links/community). \ No newline at end of file diff --git a/pages/public_cloud/compute/migration_between_regions/guide.fr-fr.md b/pages/public_cloud/compute/migration_between_regions/guide.fr-fr.md new file mode 100644 index 00000000000..27604fd9fe1 --- /dev/null +++ b/pages/public_cloud/compute/migration_between_regions/guide.fr-fr.md @@ -0,0 +1,80 @@ +--- +title: 'Migration d’instances entre zones de disponibilité (AZ)' +excerpt: 'Ce guide décrit comment migrer une instance Public Cloud OVHcloud entre deux zones de disponibilité (AZ), en 1AZ ou 3AZ. Il couvre les étapes de sauvegarde, transfert et recréation, avec instructions via le Manager, Horizon ou la CLI OpenStack.' +updated: 2025-07-20 +--- + +## Objectifs + +Ce guide explique comment migrer une instance Public Cloud d’une zone de disponibilité (AZ) à une autre, de 1AZ vers 3AZ ou inversement. Il centralise les étapes clés — backup, transfert et recréation — et redirige vers les guides détaillés pour chaque élément. + +## prérequis + +- Avoir une instance [Public Cloud](https://www.ovhcloud.com/fr/public-cloud/) dans votre compte OVHcloud. +- Être connecté à votre [espace client OVHcloud](/links/manager). + +## En pratique + +> [!primary] +> +> Avant d’effectuer une migration d’instance, il est important de bien comprendre les différences entre les types de déploiement proposés dans le Public Cloud OVHcloud. Chaque mode — 1AZ, 3AZ ou Local Zones — a un impact direct sur la résilience, la disponibilité et la conception de votre infrastructure. +> +> Pour en savoir plus, consultez la documentation : [Comparaison et résilience des modes de déploiement - Comprendre les régions 3-AZ / 1-AZ / Local Zones.](/pages/public_cloud/public_cloud_cross_functional/deployment_modes_comparison_resilience_details) +> + +### Étape 1. Sauvegarder son instance + +Commencez par créer une sauvegarde de votre instance à migrer, ou utilisez-en une déjà existante si elle est toujours valide. + +OVHcloud propose deux types de sauvegardes, avec des comportements différents selon le type de migration souhaité : + +- Sauvegarde locale : nécessitent un transfert manuel si vous migrez vers une autre région ou AZ. +- Sauvegarde distante (backup distant) - recommandée : gérée automatiquement par OVHcloud, la sauvegarde locale est répliquée dans la région choisi. Aucun transfert manuel n’est requis. + +> [!primary] +> +> Si votre sauvegarde locale a été effectuée dans une région 3AZ et que vous souhaitez recréer l’instance dans une autre AZ de cette même région, aucun transfert n’est nécessaire. +> +> Les sauvegardes locales sont accessibles depuis toutes les zones de disponibilité d’une région 3AZ. Vous pouvez directement passer à l’étape de recréation de l’instance. +> + +> [!tabs] +> Via l'espace client OVHcloud +>> Pour créer une sauvegarde d'une instance à partir de l'espace client OVHcloud, suivez [cette section](/pages/public_cloud/compute/save_an_instance#createinstanceviamanager) de notre guide sur la création de la sauvegarde d'une instance. +>> +> Via la CLI Openstack + + +>> +> via Horizon + + + +### Étape 2. Migrer sa sauvegarde vers une autre région + +> [!primary] +> +> Si vous avez utilisé une sauvegarde distante, vous pouvez passer directement à l'[étape 3. Restaurer l’instance dans la nouvelle région.](#step3recreateinstance) +> + +> [!tabs] +> Via la CLI Openstack +>> Pour transférer votre sauvegarde d'une AZ à une autre via la CLI Openstack, veuillez suivre notre guide : [Télécharger et transférer la sauvegarde d'une instance d'une région OpenStack à une autre](/pages/public_cloud/compute/transfer_instance_backup_from_one_datacentre_to_another) +>> + +### Étape 3. Restaurer l’instance dans la nouvelle région + +> [!tabs] +> Via l'espace client OVHcloud +>> Pour créer une instance à partir d'un backup existant, veuillez suivre [cette section](/pages/public_cloud/compute/create_restore_a_virtual_server_with_a_backup#createinstanceviamanager) de notre guide : Créer / restaurer un serveur virtuel a partir d’une sauvegarde. +>> +> Via la CLI Openstack +>> Pour créer une instance à partir d'un backup existant via la CLI Openstack, suivez [cette section](/pages/public_cloud/compute/create_restore_a_virtual_server_with_a_backup/#createinstanceviaopenstack) de notre guide : Créer / restaurer un serveur virtuel a partir d’une sauvegarde. +>> +> Via Horizon +>> Pour créer une instance à partir d'un backup existant via Horizon, suivez [cette section](/pages/public_cloud/compute/create_restore_a_virtual_server_with_a_backup/#createinstanceviahorizon) de notre guide : Créer / restaurer un serveur virtuel a partir d’une sauvegarde. +>> + +## Aller plus loin + +Échangez avec notre [communauté d'utilisateurs](/links/community). \ No newline at end of file diff --git a/pages/public_cloud/compute/migration_between_regions/meta.yaml b/pages/public_cloud/compute/migration_between_regions/meta.yaml new file mode 100644 index 00000000000..cdba636afdc --- /dev/null +++ b/pages/public_cloud/compute/migration_between_regions/meta.yaml @@ -0,0 +1,2 @@ +id: 890f3b4b-29e2-42b8-9cc5-1be5f65fe786 +full_slug: public-cloud-compute-migration-between-az \ No newline at end of file diff --git a/pages/public_cloud/compute/transfer_instance_backup_from_one_datacentre_to_another/guide.en-gb.md b/pages/public_cloud/compute/transfer_instance_backup_from_one_datacentre_to_another/guide.en-gb.md index 6439cbbd3b3..aa9888b3b4c 100644 --- a/pages/public_cloud/compute/transfer_instance_backup_from_one_datacentre_to_another/guide.en-gb.md +++ b/pages/public_cloud/compute/transfer_instance_backup_from_one_datacentre_to_another/guide.en-gb.md @@ -146,19 +146,11 @@ $ openstack image set --property "_system_cloud_property=windows" --property "di +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ ``` -### Create an instance from your backup - -> [!warning] +> [!primary] > -> If your instance is a Windows server, you must select a flavor of type win-xx-xx (for example, win-b2-15) and have a public interface on the Ext-Net network. Without these conditions, authentication with the OVHcloud KMS will not be possible, and your server will remain with an [unactivated licence](/pages/public_cloud/compute/activate-windows-license-private-mode). This could lead to limitations, including the absence of updates. Please note that it is not possible to resize a Linux instance (such as b2-15) to a Windows instance (such as win-b2-15). To make this transition, you need to recreate a new instance. +> If you wish to recreate your instance from this backup, follow our guide: [Using instance backups to create or restore an instance](/pages/public_cloud/compute/create_restore_a_virtual_server_with_a_backup#createinstanceviaopenstack) > -To create an instance from your backup, use the backup ID as the image with this command: - -```bash -$ openstack server create --key-name SSHKEY --flavor 98c1e679-5f2c-4069-b4da-4a4f7179b758 --image 0a3f5901-2314-438a-a7af-ae984dcbce5c Server1_from_snap -``` - ## Go further Join our [community of users](/links/community). \ No newline at end of file diff --git a/pages/public_cloud/compute/transfer_instance_backup_from_one_datacentre_to_another/guide.fr-fr.md b/pages/public_cloud/compute/transfer_instance_backup_from_one_datacentre_to_another/guide.fr-fr.md index 6ef99f4a2d5..f2a0fa749a1 100644 --- a/pages/public_cloud/compute/transfer_instance_backup_from_one_datacentre_to_another/guide.fr-fr.md +++ b/pages/public_cloud/compute/transfer_instance_backup_from_one_datacentre_to_another/guide.fr-fr.md @@ -144,19 +144,11 @@ $ openstack image set --property "_system_cloud_property=windows" --property "di +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ ``` -### Créer une instance à partir de votre sauvegarde - -> [!warning] +> [!primary] > -> Si votre instance est un serveur Windows, vous devez sélectionner une flavor de type win-xx-xx (par exemple, win-b2-15) et disposer d’une interface publique sur le réseau Ext-Net. Sans ces conditions, l’authentification auprès du KMS OVHcloud ne sera pas possible, et votre serveur restera avec une [licence non activée](/pages/public_cloud/compute/activate-windows-license-private-mode). Cela pourrait entraîner des limitations, notamment l’absence de mises à jour. À noter qu’il est impossible de redimensionner une instance Linux (par exemple b2-15) en une instance Windows (comme win-b2-15). Pour effectuer cette transition, il est nécessaire de recréer une nouvelle instance. +> Si vous souhaitez recréer votre instance à partir de cette sauvegarde, suivez notre guide : [Créer / restaurer un serveur virtuel a partir d’une sauvegarde](/pages/public_cloud/compute/create_restore_a_virtual_server_with_a_backup#createinstanceviaopenstack) > -Pour créer une instance à partir de votre sauvegarde, utilisez l'ID de sauvegarde comme image avec cette commande : - -```bash -$ openstack server create --key-name SSHKEY --flavor 98c1e679-5f2c-4069-b4da-4a4f7179b758 --image 0a3f5901-2314-438a-a7af-ae984dcbce5c Server1_from_snap -``` - ## Aller plus loin Échangez avec notre [communauté d'utilisateurs](/links/community). \ No newline at end of file