Overview
In MCM 1.4.6, the list backups command has been extended with a new –agent option for listing agent backups created with the backup agents command.
1
2
3
4
5
6
7
8
9
|
mcm> list backups --agent mysite; +------------+-------+---------+----------------------+---------+ | BackupId | Agent | Host | Timestamp | Comment | +------------+-------+---------+----------------------+---------+ | 1522914101 | 0 | tonfisk | 2018-04-05 07:41:41Z | | | 1522914105 | 0 | tonfisk | 2018-04-05 07:41:45Z | | | 1522914121 | 0 | tonfisk | 2018-04-05 07:42:01Z | | +------------+-------+---------+----------------------+---------+ 3 rows in set (0.00 sec) |
The output can be filtered with the –backupid option:
1
2
3
4
5
6
7
|
mcm> list backups --agent --backupid=1522914121 mysite; +------------+-------+---------+----------------------+---------+ | BackupId | Agent | Host | Timestamp | Comment | +------------+-------+---------+----------------------+---------+ | 1522914121 | 0 | tonfisk | 2018-04-05 07:42:01Z | | +------------+-------+---------+----------------------+---------+ 1 row in set (0.07 sec) |
The backupids for agent backups reflect the Unix Epoch times at which the backups were taken.
A number of bugfixes also went into MCM 1.4.6, most notably:
- Write a [system] section when generating the ndb_mgmd config.ini file
- Settings from [system] section of ndb_mgmd config.ini are now imported during import config
- The collect logs command didn’t include rotated agent logs
- Automatic node restarts are no longer attempted during agent shutdown
Also, MCM 1.4.6 bundles the recently released MySQL Cluster 7.5.10.
More details
More details on the above, and more, are available in the MCM 1.4.6 Release Notes.
Updated documentation is available here.
Enjoy!