- Mark as New
- Subscribe to RSS Feed
- Permalink
‎14 Mar 2023
05:57 AM
- last edited on
‎12 Apr 2023
08:22 PM
by
Karolina_Linda
Hi Team,
i have a question about migrate cluster, my customer want to upgrade os from centOS to oracle linux, it is possible migrate cluster with different OS?
Thanks
Solved! Go to Solution.
- Labels:
-
dynatrace managed
-
linux
- Mark as New
- Subscribe to RSS Feed
- Permalink
‎14 Mar 2023 07:52 AM
Hi @sandi_pusghiyan ,
At our customers we always extend the existing cluster with a new leg or legs with the target operating system.
After the data replication old leg or legs are removed from the cluster.
I hope it helps.
Best regards,
Mizső
- Mark as New
- Subscribe to RSS Feed
- Permalink
‎14 Mar 2023 08:30 AM
Yes. Exactly same way as you install any OS patch. https://www.dynatrace.com/support/help/managed-cluster/operation/apply-operating-system-patches-to-a...
Dynatrace Managed expert
- Mark as New
- Subscribe to RSS Feed
- Permalink
‎14 Mar 2023 03:23 PM
You can also use backup and restore method if you want to do it quickly, I tried it like 3 times and it worked fine.
Thanks,
Islam
- Mark as New
- Subscribe to RSS Feed
- Permalink
‎14 Mar 2023 04:36 PM
Hi @Islam_Zedan,
Keep in mind that in case of backup restore you lose the user session data (maybe it is important for some clients).
Best regards,
Mizső
- Mark as New
- Subscribe to RSS Feed
- Permalink
‎12 Apr 2023 04:53 PM
yes i now that problem, we can lose the user session data and all distributed traces right?
- Mark as New
- Subscribe to RSS Feed
- Permalink
‎12 Apr 2023 04:52 PM
oke, my plan is the same with you, but its first time for me, so im not confidence right now, can you explain in generallly step by step with backup and restore method?
- Mark as New
- Subscribe to RSS Feed
- Permalink
‎18 Apr 2023
01:54 PM
- last edited on
‎19 Mar 2025
11:54 AM
by
MaciejNeumann
To configure automatic backup for a Dynatrace Managed cluster
-
In the Dynatrace menu, go to Settings > Backup.
-
Enable cluster backup and choose the scope:
-
User sessions may contain sensitive information.
Exclude user sessions from the backup to remain compliant with GDPR. -
Exclude timeseries metric data from the backup if your historical data isn't relevant and you only want to retain configuration data.
-
Include backup of Log Monitoring events.
-
-
(Optional) Select data center. This step is required only if you have multiple data center deployment (Premium High Availability deployment). For more information on Premium High Availability deployments, see High availability for multi-data centers and Disaster recovery from backup
-
Provide a full path to the mounted network file storage where backup archives are stored.
-
Configure start time.
For cluster restore, please follow the below document and put into consideration
- To restore a cluster on the same host as the source cluster, make sure to uninstall it first.
- Machines have a similar hardware and disk layout as the original cluster and sufficient capacity to handle the load after the restore.
- Make sure the existing cluster is stopped to prevent two clusters with the same ID connecting to Dynatrace Mission Control. See Start/stop/restart a cluster.
- Make sure that system users created for Dynatrace Managed have the same UID:GID identifiers on all nodes.
- On each target node, mount the backup storage to, for example, /mnt/backup. This path is referred to as <path-to-backup> in the steps below.
- Ensure the installer has read permissions to the NFS. For example: sudo adduser dynatrace && sudo chown -R dynatrace:dynatrace <path-to-backup>
- Create your cluster inventory. You'll need this information during the restore.
- IDs of nodes in the cluster. The backup of each node is stored in a dedicated directory whose name is based on the node identifier, in the format node_<node_id> (for example, node_1, node_5, etc).
- IPv4 addresses of the new machines.
- The IP address of the target machine for each node.
- The node ID of the node that will become the seed node in the cluster.
For further details, please check the main document for cluster backup and restore.
Thanks,
Islam
