Upgrade from 4.3.0 to 4.3.4 - password policy preventing hooks from firing

Created on 3 October 2022, over 1 year ago
Updated 8 August 2023, 11 months ago

Problem/Motivation

Testing upgrade from wxt 4.3.0 to 4.3.4
noticed several important modules vanished. Required those

Step 1)
composer up drupalwxt/wxt drupal/core symfony/css-selector drupal/swiftmailer tijsverkoyen/css-to-inline-styles symfony/deprecation-contracts -W
Step 2)
Noticed several modules missing, first error was crashing on moderation_dashboard missing.
Step 3) restore missing modules
composer.phar require drupal/moderation_dashboard drupal/panelizer drupal/panels_ipe drupal/moderation_sidebar drupal/lightning_scheduler drupal/lightning_media
Step 4) crashes again

The website encountered an unexpected error. Please try again later.

Drupal\Core\Database\DatabaseExceptionWrapper: SQLSTATE[42P01]: Undefined table: 7 ERROR: relation "block_content__scheduled_transition_date" does not exist LINE 3: "block_content__scheduled_transition_date" "t" ^: SELECT "t".* FROM "block_content__scheduled_transition_date" "t" WHERE ("entity_id" IN (:db_condition_placeholder_0, :db_condition_placeholder_1, 
....
....
[:db_condition_placeholder_17] => zxx ) in Drupal\Core\Entity\Sql\SqlContentEntityStorage->loadFromDedicatedTables() (line 1230 of core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php). 

also experienced a password_policy error

>  [error]  SQLSTATE[42601]: Syntax error: 7 ERROR:  syntax error at or near "t1"
> LINE 1: DELETE t1 FROM "password_policy_history" t1 INNER JOIN "pass...
>                ^: DELETE t1 FROM "password_policy_history" t1 INNER JOIN "password_policy_history" t2 WHERE t1.id < t2.id AND t1.pass_hash = t2.pass_hash AND t1.timestamp = t2.timestamp; Array
> (
> )

πŸ› [ansi-sql compliant updates] - postgresql/mssql/mysql/sqlite password_policy_update_8304 Needs review

Steps to reproduce

Not sure, it's occuring on a 4.3.0 to 4.3.4 upgrade.

Proposed resolution

Apply this patch PRIOR to upgrading:
https://www.drupal.org/files/issues/2022-10-03/wxt-allow_password_policy... β†’
uninstall both lightning_scheduler AND password_policy (patch allows this)
export updated configuration

then composer upgrade -W and upgrade

optionally install password_policy module and remove patch afterwards at some point.

Remaining tasks

TBD

User interface changes

TBD

API changes

TBD

Data model changes

TBD

πŸ› Bug report
Status

Fixed

Version

4.3

Component

Code

Created by

πŸ‡¨πŸ‡¦Canada joseph.olstad

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.69.0 2024