[4.0] Fix errors during upgrade (PostgreSQL)#25477
Conversation
|
For testers: You can find a modified nightly build from today 2019-07-08 morning with this PR applied here: |
|
I have tested this item ✅ successfully on b60b991 Regular update package: SQL errors, and the template not found warnings mentioned in issue #25467 don't go away. Modified update package with this PR: No SQL errors, behavior like descibed in issue #25467, i.e. there are template not found warnings shown, but after update has finished, they go away and not appear again when navigating in the backend. So this PR makes the update complete without crash. Without this PR update crashes because of SQL errors and so is not complete. Other errors remain for updating 3.9.x to 4.0-dev, e.g. the menu entry for com_search is still there, but these are not subject of this PR. They shall (and I will do so) be reported in issue #25467 . This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/25477. |
|
I have tested this item ✅ successfully on b60b991 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/25477. |
|
RTC This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/25477. |
|
Thanks guys! Much appreciated :) |
|
I've retriggered a nightly build of this so if any of you want to test using the nightly you can |
Pull Request for Issue #25467 .
Summary of Changes
Fix errors of sql files in administrator/components/com_admin/sql/updates/postgresql.
See the commit comments.
Testing Instructions
git tag 4.0.0-alpha11-devphp build/build.phpExpected result
No Warning or Error.
Actual result
is going away.
Documentation Changes Required