Backups of the following databases are done:
CREATE DATABASE /*!32312 IF NOT EXISTS*/ `ceilometer` /*!40100 DEFAULT CHARACTER SET latin1 */; CREATE DATABASE /*!32312 IF NOT EXISTS*/ `glance` /*!40100 DEFAULT CHARACTER SET utf8 */; CREATE DATABASE /*!32312 IF NOT EXISTS*/ `keystone` /*!40100 DEFAULT CHARACTER SET utf8 */; CREATE DATABASE /*!32312 IF NOT EXISTS*/ `neutron` /*!40100 DEFAULT CHARACTER SET latin1 */; CREATE DATABASE /*!32312 IF NOT EXISTS*/ `nova` /*!40100 DEFAULT CHARACTER SET utf8 */; CREATE DATABASE /*!32312 IF NOT EXISTS*/ `designate` /*!40100 DEFAULT CHARACTER SET utf8 */; CREATE DATABASE /*!32312 IF NOT EXISTS*/ `designate_pool_manager` /*!40100 DEFAULT CHARACTER SET utf8 */; CREATE DATABASE /*!32312 IF NOT EXISTS*/ `nodepooldb` /*!40100 DEFAULT CHARACTER SET binary */;
The following databases are on m5:
+------------------------+ | Database | +------------------------+ | ceilometer | | designate | | designate_pool_manager | | glance | | heartbeat | | information_schema | | keystone | | labsdbaccounts | | labspuppet | | mysql | | mysqladmin | | neutron | | nodepooldb | | nova | | percona | | performance_schema | | puppet | | striker | | test_labsdbaccounts | | testreduce | | testreduce_0715 | | testreduce_vd | +------------------------+ 22 rows in set (0.00 sec)
For each one we should check: backup, not backup but keep or drop. Most of these are cloud-related, except testreduce* ones, which we were told not to do backups: https://phabricator.wikimedia.org/T160691#3110054 I will add ssastry to see if all are still needed and still do not need backups.