mc table replicate status
The mc table replicate status command shows table replication status for a MinIO AIStor cluster.
The output reports the catalog scanner status and, for each warehouse, namespace, table, and view, the verified version, the latest version, how many versions the replica is behind, and any missing files. When a post-failover catalog rebuild is in progress, the output also reports the rebuild state and attempts.
Parameters
ALIAS
Required
The alias of a MinIO AIStor cluster.
Global flags
This command supports any of the global flags.
Examples
Show table replication status
mc table replicate status myaistor
Show table replication status with JSON output
Use the --json global flag to output the results in JSON format:
mc table replicate status myaistor --json