Comments - Mariabackup Overview

3 years, 9 months ago Quang Vũ Blog

I am having a problem when installing maria-backup. Here are command and logs:

sudo apt-get install mariadb-backup sudo: unable to resolve host DEV-MARIADB-015 Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package mariadb-backup

 
3 years, 9 months ago Alexandre D

Try to update your repository first sudo apt-get update

Is your server's hostname DEV-MARIADB-015? If this is the case then the problem could basically be lying in your /etc/hostname or /etc/hosts.

Make sure your /etc/hostname file has your actual hostname. Then double check /etc/hosts and make sure an entry similar to this exists:

127.0.0.1 localhost localhost.localdomain DEV-MARIADB-015

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.