WordPress Permission issue

Suresh rathod 0 Reputation points
2023-11-14T15:43:51.25+00:00

Hello Guys

Recently, I migrated my website brandbrahma.com to MS Azure VM. I encountered wordpress permission issues due to this I am unable to update lates worpress version, theme and plugins.

I excuted following bitnami commands using SSH connection:

sudo chown -R bitnami:daemon /opt/bitnami/wordpress
sudo find /opt/bitnami/wordpress -type d -exec chmod 775 {} ;
sudo find /opt/bitnami/wordpress -type d -exec chmod 775 {} ;
sudo find /opt/bitnami/wordpress -type f -exec chmod 664 {} ;
sudo chmod 664 /opt/bitnami/wordpress/wp-config.php
sudo chmod 640 /opt/bitnami/wordpress/wp-config.php_

After this also the inconsistent permission issue is still there and blocking in updating WP, theme and plugins.

So, I request you all to please help me fix this issue.

Thank You

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
6,292 questions
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
639 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Suresh rathod 0 Reputation points
    2023-11-23T12:01:58.31+00:00

    Hi Karishma

    When I try to update plugins and theme I getting following error:

    Update failed: The update cannot be installed because some files could not be copied. This is usually due to inconsistent file permissions.

    Thanks

    0 comments No comments