techinfoBiT
  • News
  • Startups
  • Tech
    • Internet
    • Security
  • WebMaster
    • All
    • GEO
    • SEO
    • Server & Hosting
    • Tools
    • WordPress
    'Sorry, This File Type Is Not Permitted for Security Reasons' How To Fix This Error in WordPress Website Development-techinfoBiT

    ‘Sorry, This File Type Is Not Permitted for Security Reasons’ How To Fix This Error in WordPress

    What is DMARC Record in DNS and Why It is Important For Email Security-techinfoBiT

    What is DMARC Record in DNS and Why It is Important For Email Security?

    How To Generate SHA-256 Hash From the Command Line on Ubuntu Server - techinfoBiT-SHA-256,Ubuntu Server, Server Solution, Linux Hashing, File Integrity, Cryptographic Hash, sha256sum, Hash Generation

    How To Generate SHA-256 Hash From the Command Line on Ubuntu Server

    Cloudflare To Deprecate Auto Minify Feature On August 5, 2024 - techinfoBiT

    Cloudflare To Deprecate Auto Minify Feature On August 5, 2024

    What is Google Analytics 4 and How to Setup GA4 for Websites - techinfoBiT

    What is Google Analytics 4 and How to Setup GA4 for Websites?

    How To Use Multiple SPF Records In A Domain | Merge Multiple SPF Easily - techinfoBiT

    How To Use Multiple SPF Records In A Domain | Merge Multiple SPF Easily

  • Science Space
  • Gadgets
    • Laptop & PCs
    • Mobile Phones
    • Wearables
  • More
    • How-To Guides
    • Reviews
    • Telecom
    • Applications
    • Press Release
No Result
View All Result
Services
techinfoBiT
  • News
  • Startups
  • Tech
    • Internet
    • Security
  • WebMaster
    • All
    • GEO
    • SEO
    • Server & Hosting
    • Tools
    • WordPress
    'Sorry, This File Type Is Not Permitted for Security Reasons' How To Fix This Error in WordPress Website Development-techinfoBiT

    ‘Sorry, This File Type Is Not Permitted for Security Reasons’ How To Fix This Error in WordPress

    What is DMARC Record in DNS and Why It is Important For Email Security-techinfoBiT

    What is DMARC Record in DNS and Why It is Important For Email Security?

    How To Generate SHA-256 Hash From the Command Line on Ubuntu Server - techinfoBiT-SHA-256,Ubuntu Server, Server Solution, Linux Hashing, File Integrity, Cryptographic Hash, sha256sum, Hash Generation

    How To Generate SHA-256 Hash From the Command Line on Ubuntu Server

    Cloudflare To Deprecate Auto Minify Feature On August 5, 2024 - techinfoBiT

    Cloudflare To Deprecate Auto Minify Feature On August 5, 2024

    What is Google Analytics 4 and How to Setup GA4 for Websites - techinfoBiT

    What is Google Analytics 4 and How to Setup GA4 for Websites?

    How To Use Multiple SPF Records In A Domain | Merge Multiple SPF Easily - techinfoBiT

    How To Use Multiple SPF Records In A Domain | Merge Multiple SPF Easily

  • Science Space
  • Gadgets
    • Laptop & PCs
    • Mobile Phones
    • Wearables
  • More
    • How-To Guides
    • Reviews
    • Telecom
    • Applications
    • Press Release
No Result
View All Result
techinfoBiT

How to Fix WordPress Auto Update Failed | WordPress Core and Plugin Auto Update Failed On VPS | How to Fix WordPress Permalink on VPS

Nishant Kumar by Nishant Kumar
December 31, 2018
Reading Time: 4 mins read
Share on FacebookShare on Twitter > XShare via WhatsAppShare on LinkedIn

Updating WordPress is always easy but I faced many issues lately, after transferring my blog to Unmanaged VPS, I wasn’t able to update any plugins and core by auto update method. Mostly this issue occurs due to file permission either on Shared or on VPS.

Auto Update failure shows the message:-

You might also like

How to Install Let's Encrypt SSL on Ubuntu 24.04 VPS, Free HTTPS for All Website - techinfoBiT

How to Install Let’s Encrypt SSL on Ubuntu 24.04 VPS, Free HTTPS for All Websites

June 3, 2026
How to Deploy a Spring Boot Application with PostgreSQL on Ubuntu 24.04 VPS-techinfoBiT

How to Deploy a Spring Boot Application with PostgreSQL on Ubuntu 24.04 VPS

June 2, 2026

How to Fix WordPress Auto Update Failed | WordPress Core and Plugin Auto Update Failed On VPS | How to Fix WordPress Permalink on VPS

Sometimes after update failed your site will show Maintenance Page.

“Briefly unavailable for scheduled maintenance. Check back in a minute”.

How to Remove Maintenance Page Message on WordPress?

Maintenance page appeared when updating failed due to any reason either due to  “server script timeout” or any other reason. Your site will be resumed within 10 minutes but if you want your site back immediately access your root directory using FTP or SSH and remove/delete the file .maintenance

How to Remove Maintenance Page Message on WordPress?

There is also a manual method to update WordPress core and plugin you can read here, but if you want to update automatically then first you should contact your hosting provider.

How to Fix WordPress Auto Update Failed on VPS?

For Shared hosting:

  • Contact your hosting provider as I said above, at least they will tell you the reason in most cases they will fix for you because they are committed to supporting you.
  • You can change the file permission temporarily to 777  for the desired plugin or themes, Open the home directory via FTP or SSH
  • //public_html/  >>> Check the file permission of the folder and files inside the wp-contents, mostly permission on the folder is 755/750 and permission for all files will be 644.
  • Change the file permission of wp-contents to 777 via filezilla and tick the Recurse into sub directories and tick all file and directories.
  • After updating change back the file permission of all folder to 755/750 and 644 for all files by same method this time you have to tick apply to all files and all directories by two separate operation.

Note: Use this method only if you are sure you want to change the file permission to 777 because messing with permission may cause security issues and if you are using this method you must change back the permission as it was earlier.

For Virtual Private Server or VPS User: 

  • VPS Users can also do the above method or also via SSH.
  • Open the putty >>> Login as root and run this command (/home/wordpress – is my directory name you can have the different directory name for your site)
chown -R www-data:www-data /home/wordpress

For Nginx Server, you need to execute above command differently,

chown -R nginx:nginx /home/wordpress

It will fix the ownership of all the files and directories in /home/wordpress to the www-data user so that WordPress can overwrite its files when updating

How To Fix Permalink in WordPress On VPS:-

To fix permalinks:
1) Enable Mod Rewrite : sudo a2enmod rewrite (dont use sudo if you logined as root)
2) Change AllowOverride None to AllowOverride All : sudo nano /etc/apache2/sites-enabled/000-default
3) Restart Apache/Nginx : service apache2 restart/service nginx restart

 

Related Article: What is “Error Establishing a Database Connection” in WordPress and How to Fix It?

Tags: How ToHow to Fix PermalinkHow to Fix Permalink WordpressHow to remove Maintenance PageHow-to PostMaintenance PagePermalink WordpressServerWebMasterWordPress Auto Update FailedWordpress Core and Plugin Auto Update Failed On VPSWordpress on VPSWordPress Permalink on VPSWordPress Update Failed
ShareTweetSendShare
Previous Post

Nokia’s First Dual Sim Windows Phone, Nokia Lumia 720 Dual Sim Might be in The Making

Next Post

Review Nokia Amber on Lumia 720 | How Amber Looks on the Nokia Lumia 720

Nishant Kumar

Nishant Kumar

Nishant is a passionate tech blogger and has been writing about technology since 2007. His insatiable love for gadgets has made him closely follow the advancements & innovations our society has made in terms of technology since a long while now. Nishant is a highly sought after reviewer with many manufacturers requesting his opinions about their products. He covers Mobile Phones, Gadgets, Tools and all kind of tech products to give consumers Genuine Reviews, Buying Guides and reliable news.

Related Articles

How to Install Let's Encrypt SSL on Ubuntu 24.04 VPS, Free HTTPS for All Website - techinfoBiT

How to Install Let’s Encrypt SSL on Ubuntu 24.04 VPS, Free HTTPS for All Websites

by Nishant Kumar
June 3, 2026
0

One of the final and most important steps when launching a website or web application is enabling HTTPS. Whether you're hosting a WordPress website, a Spring Boot application, a Laravel...

How to Deploy a Spring Boot Application with PostgreSQL on Ubuntu 24.04 VPS-techinfoBiT

How to Deploy a Spring Boot Application with PostgreSQL on Ubuntu 24.04 VPS

by Nishant Kumar
June 2, 2026
0

Deploying a Spring Boot application on a VPS involves more than simply uploading application files to a server. A production deployment typically includes a Java runtime, a PostgreSQL database, a...

how to type in Hindi 2026, Hindi typing Windows 11, Google Input Tools alternative, type in Indian languages, Hindi phonetic keyboard Windows, Microsoft Indic Language Input Tool, Gboard Hindi typing-techinfoBiT

How to Type in Hindi and Indian Languages on Any Device in 2026

by techinfoBiT
May 31, 2026
0

If you have been searching for the Google IME offline installer lately, you already know the bad news. Google quietly discontinued the Windows installer years ago. The download links are...

Ubuntu Server How To Find Largest File In Directory Recursively - techinfoBiT

Ubuntu Server: How To Find Largest File In Directory Recursively

by Nishant Kumar
March 24, 2025
0

When managing an Ubuntu Server, disk space can quickly become an issue, especially if large files accumulate unnoticed. If you need to identify the biggest file within a directory (including...

Load More
Next Post
Review Nokia Amber on Lumia 720 | How Amber Looks on the Nokia Lumia 720 - techinfoBiT

Review Nokia Amber on Lumia 720 | How Amber Looks on the Nokia Lumia 720

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *


This site uses Akismet to reduce spam. Learn how your comment data is processed.

techinfoBiT | Startup & Tech News, Reviews | WebMaster, How-To Guides-Tech Blog-Startup Blog India

techinfoBiT is your go-to source for the latest startup & tech news, technology reviews; WebMaster, SEO tips and how-to guides to help you stay updated and navigate the digital world know more

  • About
  • Contacts
  • Disclaimer
  • Privacy Policy

© 2012-2025 techinfoBiT | All Rights Reserved

No Result
View All Result
  • News
  • Startups
  • Tech
  • WebMaster
  • Gadgets
  • How-To Guides
  • Science Space
  • Services

© 2012-2025 techinfoBiT | All Rights Reserved