-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade Wordpress #81
Comments
Why did we choose Wordpress over Drupal? |
I used Drupal in the past. I tried Wordpress and found out that it works better for this simple site. Drupal is even harder to manage. Also Wordpress many people (end users) know how to use. |
BTW, our Wordpress installation is pretty safe because Docker images are made in a way that they do not allow Wordpress to write to its own code. This means that updating has to be done through updating Docker images and that autoupdating does not work, but it also means that there is much less chance that some vulnerability is exploited. |
I had to do this to update from 4.4.2 to 4.6.1. In the docker-wordpress clone (in
If you are committing on the server, you have to make sure git is configured correctly with who is committing. I simply export:
You can compile image now locally with Next, we have to update the docker-blog which extends from docker-wordpress image. There are two things one should be upgrading, the theme and plugins. Our theme is based on Twenty Thirteen theme. We use git to help us upgrade. In repository:
Plugins one can update through git submodules, but for two which currently have new versions, git mirror is not updated anymore. We have to decide at some point what to do about that. Maybe use some svn2git tool or something ourselves for them. To run the new image:
After opening cloyne.org, a database update was required. Click and done. Hopefully all plugins work with new Wordpress version. Events Manager and WP FullCalendar can be upgraded to a new version. |
Upgrade our Wordpress Docker image and then blog image.
The text was updated successfully, but these errors were encountered: