Last modified: 2014-10-17 20:40:38 UTC
Mediawiki 1.22.5 with PostgreSQL 8.4.7, unable to upload files : ERROR: column "us_props" of relation "uploadstash" does not exist I see that into maintenance/postgres/tables.sql the "CREATE TABLE uploadstash" statement is missing the us_props field. It seems that other versions of Mediawiki are affected : https://www.mediawiki.org/wiki/Thread:Project:Support_desk/postgres:_column_%22us_props%22_of_relation_%22uploadstash%22_does_not_exist
I can verify that us_props is not there, but I cannot get this to cause problems during file upload. It seems the common file upload method does not try to use the uploadstash table at all. Can you describe what upload process, or what configuration settings, you use in order to invoke this behavior?
(In reply to Jeff Janes from comment #1) > I can verify that us_props is not there, but I cannot get this to cause > problems during file upload. It seems the common file upload method does > not try to use the uploadstash table at all. Can you describe what upload > process, or what configuration settings, you use in order to invoke this > behavior? Try stashed uploads (its part of the api). Normal uploads do not use it, but it is used by the upload wizard extension, or can be triggered by using the api directly.
I only just now realized that this is already fixed in 1.23 in Change-Id: I057b1dd845a5ab7ae05f5597454981a6e2c12698 Do we want to backport it to 1.22 and 1.21, or is the fix to the upcoming release good enough? Bug 64067 affects upgrades to 1.23 just as it does 1.22.
Was backported to REL1_22 with Gerrit change #132192
Is this fixed, now?