Hi,
I had the problem, that all additional installed apps disappeared whenever I restarted the container. They were still marked active in the admin settings, but did not appear in the user menu.
A simple deactivate and activate made them available again. The reason might be that the app folder was not persistent. I added an additional volume in the same way like the data and config volumes and that solved the problem.
With this, I was wondering why not keeping the entire owncloud folder persistent. The official container is doing it in that way and can also trigger updates by that (checking for the existence of version.php).
Any reasons for having 3 separate instead of one underlying data volume?
Hi,
I had the problem, that all additional installed apps disappeared whenever I restarted the container. They were still marked active in the admin settings, but did not appear in the user menu.
A simple deactivate and activate made them available again. The reason might be that the app folder was not persistent. I added an additional volume in the same way like the data and config volumes and that solved the problem.
With this, I was wondering why not keeping the entire owncloud folder persistent. The official container is doing it in that way and can also trigger updates by that (checking for the existence of version.php).
Any reasons for having 3 separate instead of one underlying data volume?