PhilippHeuer / wordpress-heroku

This project is a template for installing and running WordPress 5.x on Heroku.
MIT License
273 stars 316 forks source link

Update Wordpress #17

Closed vai21 closed 6 years ago

vai21 commented 6 years ago

Description of your issue

I want to update my wordpress in heroku to 4.8.3 but it can't automatically update, thanks btw I can have wordpress in heroku now, great job!

Steps to Reproduce

open the wordpress dashboard

Other Information

Git Commit/Version: master

PhilippHeuer commented 6 years ago

The wiki has an example on how to update wordpress -> https://github.com/PhilippHeuer/wordpress-heroku/wiki/WordPress---Update

You can't update it over the dashboard since you can't write to the filesystem - therefore you have to redeploy it.

This only works if you used the Deployment - Heroku - Manual Method from https://github.com/PhilippHeuer/wordpress-heroku/wiki/Deployment to deploy your wordpress instance.