Pi-hole V6, nueva versión

Discusión general sobre Raspberry Pi
Responder
Avatar de Usuario
klingsor
Pi Master
Pi Master
Mensajes: 460
Registrado: 14 Jul 2017, 12:16
Agradecido: 69 veces
Agradecimiento recibido: 86 veces

No he encontrado información en español así que dejo el enlace de la web oficial:

https://pi-hole.net/blog/2025/02/18/int ... i-hole-v6/

Traducción Google Translate

No puedo probarlo por que hace tiempo que no lo uso pero por si alguien lo usa y desea actualizar.

Saludos.
Avatar de Usuario
egrueda
Pi God
Pi God
Mensajes: 3426
Registrado: 10 Feb 2017, 19:31
Agradecido: 7 veces
Agradecimiento recibido: 269 veces

Ayer lo instalé yo :-)
Pero vamos, la mayoría de las novedades están "bajo el capó", no es que el usuario vaya a notar gran cosa con el cambio
Rafffaga
Pi Newbie
Pi Newbie
Mensajes: 2
Registrado: 26 Feb 2025, 20:23
Agradecido: 0
Agradecimiento recibido: 0

tengo instalada la versión 5 con unbound sobre docker en una 3b...algun tuto para actualizar a la 6 con éxito.
Soy torpe en esto-.
saludos
Avatar de Usuario
egrueda
Pi God
Pi God
Mensajes: 3426
Registrado: 10 Feb 2017, 19:31
Agradecido: 7 veces
Agradecimiento recibido: 269 veces

Rafffaga escribió: 26 Feb 2025, 20:40 tengo instalada la versión 5 con unbound sobre docker en una 3b...algun tuto para actualizar a la 6 con éxito.
Revisa la sección "Upgrading and Getting Started"
https://pi-hole.net/blog/2025/02/18/int ... pi-hole-v6
Upgrading and Getting Started

Bare Metal
Upgrading to Pi-hole v6 should be straightforward. For existing users, we recommend backing up your current configuration before proceeding, as the upgrade is strictly a one-way operation.

During the upgrade operation, you will be presented with a dialog box asking if you wish to disable lighttpd. Doing so is probably appropriate for most users – unless you are using it to host web pages other than Pi-hole’s, in which case you may choose to keep it enabled. With lighttpd disabled, pihole-FTL will attempt to bind to ports 80 for HTTP and 443 for HTTPS. If there is any conflict on these ports, then it will revert to port 8080 for HTTP.

As always, you can upgrade using the command pihole -up on the terminal.

Docker
The docker image has undergone a complete rewrite from the ground up, and is now based on Alpine rather than Debian. The same migration scripts that run on bare metal will also run on Docker – your configurations will be migrated to the new format.

The exception to this is environment variables. You can start the container with the old variables in place but don’t expect them to work! It is recommended to read the docker section of our docs page before upgrading.
Responder