Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[stable27] Move oc_file_metadata.metadata migration to a background job #43580

Merged
merged 1 commit into from Feb 22, 2024

Conversation

artonge
Copy link
Contributor

@artonge artonge commented Feb 14, 2024

Fix #43571

nc_reset_instance server1 stable26 -o -c v26.0.0 cp ~/Pictures/Wallpapers/* ./data/admin/files/ occ files:scan admin occ files:scan admin --generate-metadata git add .htaccess git reset --hard mysql --password=password -u nextcloud_server1 -e "SELECT * FROM oc_file_metadata;" nextcloud_server1 nc_reset_instance server1 stable27 -u -o -c artonge/fix/metdata_column_migration php ./cron.php mysql --password=password -u nextcloud_server1 -e "SELECT * FROM oc_file_metadata;" nextcloud_server1

@artonge artonge self-assigned this Feb 14, 2024
@artonge artonge added 2. developing Work in progress feature: files php Pull requests that update Php code labels Feb 14, 2024
@artonge artonge added this to the Nextcloud 27.1.7 milestone Feb 14, 2024
@artonge artonge force-pushed the artonge/fix/metdata_column_migration branch 3 times, most recently from 045cfb8 to 82703e7 Compare February 14, 2024 17:50
@artonge artonge marked this pull request as ready for review February 14, 2024 17:59
@artonge artonge force-pushed the artonge/fix/metdata_column_migration branch from 82703e7 to a5ecfe8 Compare February 14, 2024 17:59
@artonge artonge changed the title Move oc_file_metadata.metadata migration to a background job [stable27] Move oc_file_metadata.metadata migration to a background job Feb 15, 2024
core/BackgroundJobs/MetadataMigrationJob.php Outdated Show resolved Hide resolved
This was referenced Feb 20, 2024
@artonge artonge force-pushed the artonge/fix/metdata_column_migration branch from a5ecfe8 to 273cd1d Compare February 22, 2024 09:45
@skjnldsv skjnldsv added the high label Feb 22, 2024
@artonge artonge force-pushed the artonge/fix/metdata_column_migration branch from 273cd1d to 15d2498 Compare February 22, 2024 10:41
@artonge artonge added 3. to review Waiting for reviews and removed 2. developing Work in progress labels Feb 22, 2024
@artonge artonge force-pushed the artonge/fix/metdata_column_migration branch from 15d2498 to c519bce Compare February 22, 2024 11:11
@skjnldsv

This comment was marked as resolved.

@skjnldsv skjnldsv force-pushed the artonge/fix/metdata_column_migration branch 2 times, most recently from 69b62b4 to e726318 Compare February 22, 2024 15:52
@artonge artonge force-pushed the artonge/fix/metdata_column_migration branch from e726318 to 1adc392 Compare February 22, 2024 16:41
Signed-off-by: Louis Chemineau <louis@chmn.me>
@artonge artonge force-pushed the artonge/fix/metdata_column_migration branch from 1adc392 to 261efaa Compare February 22, 2024 17:12
@skjnldsv skjnldsv merged commit a891cbc into stable27 Feb 22, 2024
36 of 37 checks passed
@skjnldsv skjnldsv deleted the artonge/fix/metdata_column_migration branch February 22, 2024 19:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews feature: files high php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants