Changes between Initial Version and Version 1 of Ticket #42381, comment 3
- Timestamp:
- 11/11/2017 06:16:31 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #42381, comment 3
initial v1 12 12 13 13 '''Summing it up:''' 14 The current WordPress update process does not fully take into account the possibility of non-fatal errors when upgrading the database. This makes it possible for database schema differences to be created and endure in production environments.14 The current WordPress update process does not fully take into account the possibility of non-fatal errors when upgrading the database. This makes it possible for database schema differences to be created and endure in later production environment updates. 15 15 16 16 Failure to remove the unique constraint does not create a fatal error and goes unnoticed since there is no validation of the query result. Further updates do not seem to check the database schema integrity but check the db_version.