Search Results
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-create-cluster.html
create cluster {--package=|-P }package_name {--processhosts=|-R }process_host_list cluster_name [(--import|-m) cluster_name] [--verbose | -v] process_host_list: process_name[:node_id]@host[,process_name@host[,...]] process_name: ...However, it does ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-delete-backup.html
To delete all backups, run the command on every single backup. If any data nodes or mysqld nodes have been added after the specified backup was created, list their node IDs with the --skip-nodeid option, or the operation will fail with the complaint ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-delete-site.html
In addition, if you execute a delete site command with the --force option using one management agent while a different management agent is not running, you must remove the “missing” management agent's site files manually. delete site site_name ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-import-cluster.html
When this option is used, any running angel processes for the data nodes of the cluster to be imported are stopped by mcmd prior to the actual import, which is a necessary step for a cluster import unless the angel processes have already been ...You ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-reset.html
reset [--sequential-restart] filter_specification_list cluster_name filter_specification_list: filter_specification[,filter_specification][,...] filter_specification: attribute_name[:process_specification][+process_specification]] ...Attributes can ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-restore-cluster.html
Following this, you can restore the cluster from the desired backup using restore cluster. Additional options that can be employed with this command include: --disable-indexes and --disable-metadata. Doing this can decrease the time required to ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-update-process.html
update process [--remove-angel] --pid=os_pid process_id cluster_name This command updates the status of the MySQL NDB Cluster process having the process ID process_id in the cluster named cluster_name when the status of the process is no longer ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-backup-restore-added.html
In this case, you can exclude the new nodes using --skip-nodeid when executing the restore cluster command. To do this, before you run the restore cluster step outlined above: Locate the logical backup for the metadata; see Locations of backup files ... A partial restore can also be performed when new data nodes have been added to a MySQL NDB Cluster following a ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-backup-restore-missing.html
This option causes one or more nodes to be skipped when performing the restore. To cause MySQL NDB Cluster data to be distributed to any such excluded or skipped nodes following a partial restore, it is necessary to redistribute the data manually by ... It is possible using MySQL Cluster Manager to perform a partial restore of a MySQL NDB Cluster—that is, to restore from a backup in which backup images from one or more data nodes are not ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-backup-restore-requirements.html
This section provides information about basic requirements for performing backup and restore operations using MySQL Cluster Manager. This can be accomplished using the restore cluster client command with its --skip-nodeid option. In such cases data ...Basic requirements for performing MySQL backups using MySQL Cluster Manager are ...