[wp-trac] [WordPress Trac] #64080: WP_Upgrader doesn't release lock on create_lock
WordPress Trac
noreply at wordpress.org
Mon Oct 27 18:35:02 UTC 2025
#64080: WP_Upgrader doesn't release lock on create_lock
-------------------------------------------------+-------------------------
Reporter: skithund | Owner: skithund
Type: defect (bug) | Status: assigned
Priority: normal | Milestone: 6.9
Component: Upgrade/Install | Version: 4.5
Severity: normal | Resolution:
Keywords: has-patch has-unit-tests reporter- | Focuses:
feedback |
-------------------------------------------------+-------------------------
Comment (by skithund):
WordPress 6.6.4 works fine
{{{
$ wp core update --version=6.6.4 --force
$ wp eval-file test.php
string(10) "1761586413"
string(10) "1761586413"
}}}
WordPress 6.7.0 breaks
{{{
$ wp core update --version=6.7.0 --force
$ wp eval-file test.php
bool(false)
string(10) "1761586426"
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/64080#comment:16>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list