Hi there,
started yesterday a new fresh installation of Bitnami Owncloud image on an Azure VM (via the Marketplace).
After hours of research, i'm still not able to update the owncloud.
I tried to execute the provided script from Owncloud (Setting Strong Permissions) to set the permissions correctly.
I replaced the variables by
- ocpath = /home/myusername/apps/owncloud/htdocs
- htuser = 'daemon'
- htgroup = 'daemon'
- rootuser = 'bitnami'
Well, when I tried to launch the update from adminstration, it says
Client error response [url] http://my.ip/index.php/occ/config:list [status code] 405 [reason phrase] Method Not Allowed
Don't know what I can do.
[EDIT]
I also tried to execute given command from Bitnami doc : docs.bitnami.com/azure/apps/owncloud/#upgrading-from-the-owncloud-admin-panel
Nothing more happened 
[/EDIT]
It seems like I can't use the occ command (from owncloud).
I'm a bit lost. Any help?