Uh oh!
There was an error while loading. Please reload this page.
fix(systemtags): Add missing systemtags index - #38928
Conversation
marcelklehr
commented
Jun 21, 2023
Can we backport this? |
Uh oh!
There was an error while loading. Please reload this page.
nickvergessen
commented
Jun 21, 2023
I guess we should |
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
690b1fc to
fcf1c30Compareblizzz
commented
Jun 21, 2023
Looks promising also on postgres: |
There was a problem hiding this comment.
The autoloaders are not up to date
Please run: bash build/autoloaderchecker.sh
And commit the result
| use OCP\Migration\IOutput; | ||
| use OCP\Migration\SimpleMigrationStep; | ||
| class Version28000Date20230621185127 extends SimpleMigrationStep { |
There was a problem hiding this comment.
Do we actually need this migration or is the missing indices stuff enough? Or should I put this into the original v13... migration that added the systemtags table?
There was a problem hiding this comment.
yeah, actually it should be in the original one, otherwise it still performs the index creation on the update and that would nullify the rest of this PR.
…riginal migration Signed-off-by: Marcel Klehr <mklehr@gmx.net>
marcelklehr
commented
Jun 22, 2023
/backport to stable27 |
marcelklehr
commented
Jun 22, 2023
/backport to stable26 |
marcelklehr
commented
Jun 22, 2023
/backport to stable25 |
Uh oh!
There was an error while loading. Please reload this page.
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
marcelklehr
commented
Jun 22, 2023
Backports didn't happen? |
The backport to stable27 failed. Please do this backport manually. # Switch to the target branch and update it
git checkout stable27
git pull origin stable27
# Create the new backport branch
git checkout -b fix/foo-stable27
# Cherry pick the change from the commit sha1 of the change against the default branch# This might cause conflicts. Resolve them.
git cherry-pick abc123
# Push the cherry pick commit to the remote repository and open a pull request
git push origin fix/foo-stable27More info at https://docs.nextcloud.com/server/latest/developer_manual/getting_started/development_process.html#manual-backport |
The backport to stable26 failed. Please do this backport manually. # Switch to the target branch and update it
git checkout stable26
git pull origin stable26
# Create the new backport branch
git checkout -b fix/foo-stable26
# Cherry pick the change from the commit sha1 of the change against the default branch# This might cause conflicts. Resolve them.
git cherry-pick abc123
# Push the cherry pick commit to the remote repository and open a pull request
git push origin fix/foo-stable26More info at https://docs.nextcloud.com/server/latest/developer_manual/getting_started/development_process.html#manual-backport |
The backport to stable25 failed. Please do this backport manually. # Switch to the target branch and update it
git checkout stable25
git pull origin stable25
# Create the new backport branch
git checkout -b fix/foo-stable25
# Cherry pick the change from the commit sha1 of the change against the default branch# This might cause conflicts. Resolve them.
git cherry-pick abc123
# Push the cherry pick commit to the remote repository and open a pull request
git push origin fix/foo-stable25More info at https://docs.nextcloud.com/server/latest/developer_manual/getting_started/development_process.html#manual-backport |
solracsf
commented
Jun 22, 2023
/backport to stable27 |
solracsf
commented
Jun 22, 2023
/backport to stable26 |
solracsf
commented
Jun 22, 2023
/backport to stable25 |
The backport to stable27 failed. Please do this backport manually. # Switch to the target branch and update it
git checkout stable27
git pull origin stable27
# Create the new backport branch
git checkout -b fix/foo-stable27
# Cherry pick the change from the commit sha1 of the change against the default branch# This might cause conflicts. Resolve them.
git cherry-pick abc123
# Push the cherry pick commit to the remote repository and open a pull request
git push origin fix/foo-stable27More info at https://docs.nextcloud.com/server/latest/developer_manual/getting_started/development_process.html#manual-backport |
The backport to stable26 failed. Please do this backport manually. # Switch to the target branch and update it
git checkout stable26
git pull origin stable26
# Create the new backport branch
git checkout -b fix/foo-stable26
# Cherry pick the change from the commit sha1 of the change against the default branch# This might cause conflicts. Resolve them.
git cherry-pick abc123
# Push the cherry pick commit to the remote repository and open a pull request
git push origin fix/foo-stable26More info at https://docs.nextcloud.com/server/latest/developer_manual/getting_started/development_process.html#manual-backport |
The backport to stable25 failed. Please do this backport manually. # Switch to the target branch and update it
git checkout stable25
git pull origin stable25
# Create the new backport branch
git checkout -b fix/foo-stable25
# Cherry pick the change from the commit sha1 of the change against the default branch# This might cause conflicts. Resolve them.
git cherry-pick abc123
# Push the cherry pick commit to the remote repository and open a pull request
git push origin fix/foo-stable25More info at https://docs.nextcloud.com/server/latest/developer_manual/getting_started/development_process.html#manual-backport |
ernolf
commented
Jul 13, 2023
I don't know if this is the right place but I just updated 3 instances, two with MySQL, one with PostgreSQL to 27.0.1 RC1 The /settings/admin/overview throws this message: but on all of the three instances
does not make any changes at all nor do i get the sql query with
and the warning does not disapear. |
blizzz
commented
Jul 13, 2023
@ernolf best is to open a new issue. Turned your comment into one now. Thanks for reporting! |

Summary
Before:
rows: 38418After:
rows: 626Checklist