omega8cc / boa

Barracuda Octopus Aegir 5.4.0
https://omega8.cc/compare
394 stars 75 forks source link

percona-server-5.7 not installed on Debian 11 #1808

Closed DigitalForceEU closed 2 weeks ago

DigitalForceEU commented 2 weeks ago

Today installed a fresh Debian 11 machine and installed BAO exactly like the documentation.

boa in-lts public host.domain.nl email@domain.com o1 php-min verbose

I see the following on screen (not in the log); /usr/bin/apt-get -fuy --allow-unauthenticated -q --config-file /opt/apt/apt.conf.noi.dist install percona-server-server failed. Error (if any): 0

In the log I do see that i installs only a part of the percona setup. libperconaserverclient20-dev mysql-common percona-server-common-5.7 But not, percona-server-5.7

It seems like percona-server-server is written wrong. I cannot manually correct it afterwards (afaik). It's a test so I will wait if it works later.

boa info
Aegir BOA Cluster on Devuan/daedalus x86_64
  HOST QEMU
  VPS Linux KVM guest
  DSK 2/100
  CPU 6
  RAM 15958
  NGX 1.27.1
  PHP 8.3.10
  DBV 5.7.44
  RDS 7.0.15
  SHD 9.8p1
  SSH OpenSSH_9.8p1, OpenSSL 3.0.14 4 Jun 2024
  SSL 3.0.14
  CRL 8.9.1
  CRL_From_Packages NO
  CRL_Local_Bin YES

I think this is wrong. Will try to test it myself :-) https://github.com/search?q=repo%3Aomega8cc%2Fboa++percona-server-server&type=code

Thanks for the great software. If i do something wrong, excuse me :-)

omega8cc commented 2 weeks ago

Thanks, that was a weird regression introduced during Percona 8 support related work.

DigitalForceEU commented 2 weeks ago

it's missing the dot in the package; package is named; percona-server-server-5.7 not percona-server-server-57

Thanks.

omega8cc commented 2 weeks ago

Ouch! Fixed finally.