Project

General

Profile

Actions

Bug #86591

closed

Cannot update extensions when using galera cluster

Added by Anastasios Sotiropoulos over 5 years ago. Updated almost 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2018-10-08
Due date:
% Done:

100%

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

Description

After installing typo3 using a Galera Cluster with mysql, the extension list cannot be updated, throwing the error "No extension repository was found."
There is a correct row in tx_extensionmanager_domain_model_repository:

SELECT * FROM tx_extensionmanager_domain_model_repository\G;

however the uid here is 3. On a typical mysql database the uid is 1. This is an expected behaviour since there are 3 nodes in the tested multi-master setup (https://mariadb.org/auto-increments-in-galera/)
If the uid is changed to 1, everything works fine:

Temporary solution: UPDATE tx_extensionmanager_domain_model_repository SET uid=1 WHERE uid=3;

Actions #1

Updated by Anastasios Sotiropoulos over 5 years ago

  • Description updated (diff)
Actions #2

Updated by Michael Stucki over 5 years ago

  • Project changed from 9 to TYPO3 Core
  • TYPO3 Version set to 9

Wrong project.

Actions #3

Updated by Gerrit Code Review over 5 years ago

  • Status changed from New 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/58609

Actions #4

Updated by Georg Ringer over 5 years ago

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

Updated by Benni Mack almost 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF