Good morning, everyone.
After updating OMV from version 7 to 8, I have a problem with the local environment of Portainer (still installed with version 6).
Within Portainer, the local environment appears as UP (image 1), but as soon as I click on it, I get the error “Failed to load environment” (image2).
I have already followed the instructions provided by ryecoaaron on this thread:
docker not working since omv-upgrade
In particular, I have already executed this:
sudo mkdir -p /etc/default/grub.d
echo 'GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT apparmor=0"' | sudo tee /etc/default/grub.d/apparmor.cfg
sudo update-grub
sudo reboot
All previously installed containers:
- Plex
- Tautulli
- Yacht
are accessible, except for Yacht, from which I receive the message “Unable to reach the site.”
In Plex I have 3 data directories, but when I try to launch any files from the main directory, the system responds with “Playback error. Please check that the file exists and the necessary drive is connected.” while the files in the other two directories (which reside on two other hard drives) works perfectly.
Tautulli works perfectly.
Ultimately, I only have problems with Portainer, Plex, and Yacht.
In OMV -> Services -> Compose -> Containers, all containers previously installed with Portainer are visible (image 3).
Can anyone help me before I cause any damage and have to reinstall everything?
Thank you very much, and to anyone who wants to help me.