Beim apt-get autoremove wird mysql gelöscht

Antworten
SimonHSG
Beiträge: 25
Registriert: 17 Jul 2018, 11:37

Beim apt-get autoremove wird mysql gelöscht

Beitrag von SimonHSG »

Hallo Zusammen,
ich habe unsere Debian Server von 9 auf 10 gebracht.
Jetzt habe ich das Problem, wenn alte apt Pakete gelöscht werden, wird auch der mysql server entfernt.
Diese brauche ich natürlich, da Opsi diesen braucht.
Habt ihr eine Idee was ich noch machen muss? Muss ich ein neues Paket installieren oder wie ist dort die beste Vorgehensweise?

Code: Alles auswählen

Die folgenden Pakete werden ENTFERNT:
  default-mysql-client default-mysql-server duplicity fontconfig galera-3 iproute libcairo2 libconfig-inifiles-perl libdatrie1
  libdbd-mysql-perl libdbi-perl libdbi1 libgraphite2-3 libharfbuzz0b libmariadb3 libpango-1.0-0 libpangocairo-1.0-0
  libpangoft2-1.0-0 libpixman-1-0 librrd8 libsnappy1v5 libsodium23 libterm-readkey-perl libthai-data libthai0 libxcb-render0
  libxcb-shm0 libxrender1 lshw mariadb-client-10.3 mariadb-client-core-10.3 mariadb-common mariadb-server-10.3
  mariadb-server-core-10.3 mysql-client mysql-common net-tools python-asn1crypto python-attr python-automat python-bcrypt
  python-blinker python-cffi-backend python-click python-colorama python-constantly python-cryptography python-distro
  python-enum34 python-fasteners python-hyperlink python-idna python-incremental python-ipaddress python-jwt python-ldaptor
  python-lockfile python-m2crypto python-magic python-monotonic python-mysqldb python-nacl python-oauthlib python-openssl
  python-pam python-paramiko python-pexpect python-pkg-resources python-ptyprocess python-pyasn1 python-pyasn1-modules
  python-pyparsing python-rrdtool python-serial python-service-identity python-setuptools python-six python-sqlalchemy
  python-sqlalchemy-ext python-twisted python-twisted-bin python-twisted-core python-twisted-mail python-twisted-names
  python-twisted-web python-typing python-urllib3 python-zope.interface rsync socat
Gruß SimonHSG
Benutzeravatar
j.schneider
uib-Team
Beiträge: 1801
Registriert: 29 Mai 2008, 15:14

Re: Beim apt-get autoremove wird mysql gelöscht

Beitrag von j.schneider »

Hallo,

am besten auf opsi-server-full wechseln:

Code: Alles auswählen

apt-get install opsi-server-full
SimonHSG
Beiträge: 25
Registriert: 17 Jul 2018, 11:37

Re: Beim apt-get autoremove wird mysql gelöscht

Beitrag von SimonHSG »

ok habe es jetzt hinbekommen. Habe einfach nach dem autoremove die mariadb nochmal installiert.
Opsi Dienste davor gestoppt.

Code: Alles auswählen

apt-get install mariadb-server
Trotzdem danke für die Anwort.
Antworten