Project

General

Profile

Actions

Bug #89535

closed

Extension Manager Upgrade Wizard makes wrong schema changes

Added by Markus Klein over 4 years ago. Updated about 4 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Install Tool
Target version:
-
Start date:
2019-10-29
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Initially reported with #86810, extracted here.

After that I have installed the news extension, then the Upgrade Wizard says 50% and wants me to execute the wizard "Add the default Extension Manager database tables" again.
After that I go to the Database Analyzer. It brings several database changes:

ALTER TABLE `tx_news_domain_model_news` CHANGE `uid` `uid` INT AUTO_INCREMENT NOT NULL
Current value: uid INT UNSIGNED AUTO_INCREMENT NOT NULL
ALTER TABLE `tx_news_domain_model_news` CHANGE `tstamp` `tstamp` INT DEFAULT 0 NOT NULL
Current value: tstamp INT UNSIGNED DEFAULT 0 NOT NULL
ALTER TABLE `tx_news_domain_model_news` CHANGE `crdate` `crdate` INT DEFAULT 0 NOT NULL
Current value: crdate INT UNSIGNED DEFAULT 0 NOT NULL
.....
I have selected all and executed, then it says: Database schema is up to date. Good job!

I go back to the Upgrade Wizard, it says 50% again as above. It's like a loop.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #86810: After Upgrade Wizard: Add the default Extension Manager database tables - Reports Update IncompleteClosed2018-10-31

Actions
Actions #1

Updated by Markus Klein over 4 years ago

  • Related to Bug #86810: After Upgrade Wizard: Add the default Extension Manager database tables - Reports Update Incomplete added
Actions #2

Updated by Markus Klein over 4 years ago

First debugging shows that the upgrade wizard calculates a different "schemaDiff". Seems like some context is different. More info to be found out.

Actions #3

Updated by Gerrit Code Review over 4 years ago

  • Status changed from Accepted to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/62154

Actions #4

Updated by Gerrit Code Review over 4 years ago

Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/62154

Actions #5

Updated by Gerrit Code Review over 4 years ago

Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/62154

Actions #6

Updated by Gerrit Code Review over 4 years ago

Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/62154

Actions #7

Updated by Gerrit Code Review over 4 years ago

Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/62154

Actions #8

Updated by Gerrit Code Review over 4 years ago

Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/62154

Actions #9

Updated by Gerrit Code Review over 4 years ago

Patch set 1 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/62848

Actions #10

Updated by Markus Klein over 4 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #11

Updated by Benni Mack about 4 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF