-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
[4.0] Fix errors during upgrade (PostgreSQL) #25477
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think @wilsonge could merge that by review. Code review looks good, and when this is merged we can use the nightly build after that merge for further testing updates.
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-dev
php build/build.php
Expected result
No Warning or Error.
Actual result
is going away.
Documentation Changes Required