info("Reminder: database definitions using the 'None' driver result in no data being backed up."); $this->setState(self::STATE_FINISHED); } /** * Return the current database name by querying the database connection object (e.g. SELECT DATABASE() in MySQL) * * @return string */ protected function getDatabaseNameFromConnection() { return ''; } protected function _run() { Factory::getLog()->info("Reminder: database definitions using the 'None' driver result in no data being backed up."); $this->setState(self::STATE_POSTRUN); } protected function _finalize() { Factory::getLog()->info("Reminder: database definitions using the 'None' driver result in no data being backed up."); $this->setState(self::STATE_FINISHED); } }