هذه الصفحة غير متوفرة حاليًا بلغتك المحلية. نحن نعمل جاهدين على إضافة المزيد من اللغات. شاكرين تفهمك ودعمك المستمر لنا.

Compute
Elastic Cloud Server
Huawei Cloud Flexus
Bare Metal Server
Auto Scaling
Image Management Service
Dedicated Host
FunctionGraph
Cloud Phone Host
Huawei Cloud EulerOS
Networking
Virtual Private Cloud
Elastic IP
Elastic Load Balance
NAT Gateway
Direct Connect
Virtual Private Network
VPC Endpoint
Cloud Connect
Enterprise Router
Enterprise Switch
Global Accelerator
Management & Governance
Cloud Eye
Identity and Access Management
Cloud Trace Service
Resource Formation Service
Tag Management Service
Log Tank Service
Config
OneAccess
Resource Access Manager
Simple Message Notification
Application Performance Management
Application Operations Management
Organizations
Optimization Advisor
IAM Identity Center
Cloud Operations Center
Resource Governance Center
Migration
Server Migration Service
Object Storage Migration Service
Cloud Data Migration
Migration Center
Cloud Ecosystem
KooGallery
Partner Center
User Support
My Account
Billing Center
Cost Center
Resource Center
Enterprise Management
Service Tickets
HUAWEI CLOUD (International) FAQs
ICP Filing
Support Plans
My Credentials
Customer Operation Capabilities
Partner Support Plans
Professional Services
Analytics
MapReduce Service
Data Lake Insight
CloudTable Service
Cloud Search Service
Data Lake Visualization
Data Ingestion Service
GaussDB(DWS)
DataArts Studio
Data Lake Factory
DataArts Lake Formation
IoT
IoT Device Access
Others
Product Pricing Details
System Permissions
Console Quick Start
Common FAQs
Instructions for Associating with a HUAWEI CLOUD Partner
Message Center
Security & Compliance
Security Technologies and Applications
Web Application Firewall
Host Security Service
Cloud Firewall
SecMaster
Anti-DDoS Service
Data Encryption Workshop
Database Security Service
Cloud Bastion Host
Data Security Center
Cloud Certificate Manager
Edge Security
Blockchain
Blockchain Service
Web3 Node Engine Service
Media Services
Media Processing Center
Video On Demand
Live
SparkRTC
MetaStudio
Storage
Object Storage Service
Elastic Volume Service
Cloud Backup and Recovery
Storage Disaster Recovery Service
Scalable File Service Turbo
Scalable File Service
Volume Backup Service
Cloud Server Backup Service
Data Express Service
Dedicated Distributed Storage Service
Containers
Cloud Container Engine
SoftWare Repository for Container
Application Service Mesh
Ubiquitous Cloud Native Service
Cloud Container Instance
Databases
Relational Database Service
Document Database Service
Data Admin Service
Data Replication Service
GeminiDB
GaussDB
Distributed Database Middleware
Database and Application Migration UGO
TaurusDB
Middleware
Distributed Cache Service
API Gateway
Distributed Message Service for Kafka
Distributed Message Service for RabbitMQ
Distributed Message Service for RocketMQ
Cloud Service Engine
Multi-Site High Availability Service
EventGrid
Dedicated Cloud
Dedicated Computing Cluster
Business Applications
Workspace
ROMA Connect
Message & SMS
Domain Name Service
Edge Data Center Management
Meeting
AI
Face Recognition Service
Graph Engine Service
Content Moderation
Image Recognition
Optical Character Recognition
ModelArts
ImageSearch
Conversational Bot Service
Speech Interaction Service
Huawei HiLens
Video Intelligent Analysis Service
Developer Tools
SDK Developer Guide
API Request Signing Guide
Terraform
Koo Command Line Interface
Content Delivery & Edge Computing
Content Delivery Network
Intelligent EdgeFabric
CloudPond
Intelligent EdgeCloud
Solutions
SAP Cloud
High Performance Computing
Developer Services
ServiceStage
CodeArts
CodeArts PerfTest
CodeArts Req
CodeArts Pipeline
CodeArts Build
CodeArts Deploy
CodeArts Artifact
CodeArts TestPlan
CodeArts Check
CodeArts Repo
Cloud Application Engine
MacroVerse aPaaS
KooMessage
KooPhone
KooDrive

Migration Operations

Updated on 2025-02-12 GMT+08:00

Configuration Migration

You can use the Nacos export function to export the configuration file, and then use the CSE Nacos import function to import the configuration file.

  1. Export the configuration file of the self-built Nacos by choosing Export > Export selected configs on its configuration management page.
  1. Import the configuration file obtained in 1 to the CSE Nacos engine by referring to Importing Configurations.

Application Migration

  1. Add the registry center cluster information.
    1. Access the Nacos Sync service by referring to 3.f.
    2. In the navigation pane on the left, choose Cluster Configuration to add a self-built Nacos cluster. If multiple namespaces are used, add them for multiple times.
      NOTE:
      • The namespace is the ID of the namespace where the self-built application to be migrated is located. The user password is the default administrator password. If the password has not been changed using the authentication function, the default password is nacos. The cluster IP address is the IP address and port number of the Nacos you deployed.
      • The cluster name can be customized but cannot be changed once being confirmed. Otherwise, tasks added based on the cluster will not be restored after Nacos Sync is restarted.
    3. Add a CSE Nacos cluster by referring to 1.b. If multiple namespaces are used, add them for multiple times.
      NOTE:

      The namespace is the ID of the namespace to be migrated to CSE Nacos. The user password is the default administrator password. If the password has not been changed using the authentication function, the default password is nacos. The cluster IP address is the private IP address and port number of CSE Nacos. For details about how to obtain the IP address, see Viewing Nacos Engine Information. The port number is 8848.

    1. After the clusters are added, you can query the added clusters in the cluster configuration list.
  2. Add a synchronization task.
    1. Access the Nacos Sync service by referring to 3.f and add a synchronization task to synchronize data from your self-built Nacos cluster to the CSE Nacos cluster. The synchronization granularity is service. The source cluster is your self-built Nacos cluster, and the destination cluster is the CSE Nacos cluster. After the synchronization task is added, you can view the added synchronization task in the synchronization service list.

      NOTE:

      The service name and group name of the target cluster must be the same as those of the source cluster. Otherwise, the synchronization fails. You need to create different tasks for different services.

    2. Check whether data synchronization is complete and whether data is successfully synchronized to the CSE Nacos cluster. If the service in the synchronization task is displayed in the CSE Nacos cluster, the synchronization is successful. For details, see Viewing the Service List.
    3. Migrate and synchronize all applications to be migrated, and upgrade the Nacos connection configuration of the client application.

Registration Center Replacement

  1. The services in the self-built Nacos provide instances. You need to add a reverse synchronization task from the CSE Nacos to the self-built Nacos to ensure that services are not interrupted.
  2. Check whether the service instances in the self-built Nacos cluster and the CSE Nacos cluster are consistent and whether their health status is normal.
  3. Modify the configuration for the client to connect to Nacos by updating the access address of the self-built Nacos cluster in the service to the client access address of the CSE Nacos cluster. For details, see Viewing Nacos Engine Information.
    spring.cloud.nacos.discovery.server-addr=127.0.0.1:8848     #Change the value to the CSE Nacos cluster address.
  4. Deploy the service instances of the self-built Nacos in sequence. Your services are now registered only in the CSE Nacos cluster. Instances are migrated from the self-built Nacos to the CSE Nacos.

    The following figure shows the CSE Nacos service instances after Nacos Sync synchronization.

    NOTE:

    When restarting the server for replacement, you need to add a server task from CSE Nacos to the self-built Nacos to ensure that services are not interrupted.

    After the Nacos Sync synchronization task is complete, when upgrading the provider service, create a task for synchronizing data from CSE Nacos to the self-built Nacos, replace the configuration, restart the server, and bring the self-built Nacos and Nacos Sync component offline.

We use cookies to improve our site and your experience. By continuing to browse our site you accept our cookie policy. Find out more

Feedback

Feedback

Feedback

0/500

Selected Content

Submit selected content with the feedback