Skip to content

Clean 3+ years old auto-updates#3558

Closed
Alkarex wants to merge 2 commits intoFreshRSS:edgefrom
Alkarex:clean-old-autoupdates
Closed

Clean 3+ years old auto-updates#3558
Alkarex wants to merge 2 commits intoFreshRSS:edgefrom
Alkarex:clean-old-autoupdates

Conversation

@Alkarex
Copy link
Copy Markdown
Member

@Alkarex Alkarex commented Mar 23, 2021

* Minor auto-update in version 1.10.0 (3 years old) FreshRSS#1750
    * Related to FreshRSS#3552
* Auto-update for temporary table in version 1.7.0 () FreshRSS#1470 (4 years old)
@Alkarex Alkarex added this to the 1.18.1 milestone Mar 23, 2021
$info = $stm == null ? $this->pdo->errorInfo() : $stm->errorInfo();
if ($this->autoUpdateDb($info)) {
return $this->updateCategory($valuesTmp);
return $this->updateCategory($id, $valuesTmp);
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And a small auto-update bug fix at the same time

Copy link
Copy Markdown
Member

@Frenzie Frenzie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I forget, can you go 1.7 → 1.8 → 1.9 or does it always try to go straight to the latest

@Alkarex
Copy link
Copy Markdown
Member Author

Alkarex commented Mar 23, 2021

To the latest @Frenzie . And actually, I am not sure I like this PR after all, especially for a .1 release. Will do something else instead

@Alkarex Alkarex closed this Mar 23, 2021
@Alkarex Alkarex deleted the clean-old-autoupdates branch March 23, 2021 17:07
Alkarex added a commit to Alkarex/FreshRSS that referenced this pull request Sep 1, 2023
Remove `updateTTL` function used to help migration to 5+ year-old FreshRSS 1.10 and FreshRSS 0.7.3 FreshRSS#1750
This function contributed to locking the database FreshRSS#5574
Subset of FreshRSS#3558
Alkarex added a commit that referenced this pull request Sep 6, 2023
Remove `updateTTL` function used to help migration to 5+ year-old FreshRSS 1.10 and FreshRSS 0.7.3 #1750
This function contributed to locking the database #5574
Subset of #3558
@Alkarex Alkarex modified the milestones: 1.18.1, 1.22.0 Sep 10, 2023
Alkarex added a commit to Alkarex/FreshRSS that referenced this pull request Sep 10, 2023
Should help with some DB lock issues.

Complete FreshRSS#3558 after FreshRSS#5625 already cherry-picked from it.

* Removed auto-update of MySQL GUID case sensitivity
FreshRSS#2078
  * Contributed to a DB lock in FreshRSS#5008

Also removed the following non-problematic auto-updates, simply because they were older than the above ones
* Auto-create custom labels (1.12.0) FreshRSS#2027
* Auto-add JSON column for feeds (1.11.0) FreshRSS#1838
* Auto-create temporary tables (1.7.0) FreshRSS#1470
@Alkarex
Copy link
Copy Markdown
Member Author

Alkarex commented Sep 10, 2023

Revived in #5649

Alkarex added a commit that referenced this pull request Sep 12, 2023
Should help with some DB lock issues.

Complete #3558 after #5625 already cherry-picked from it.

* Removed auto-update of MySQL GUID case sensitivity
#2078
  * Contributed to a DB lock in #5008

Also removed the following non-problematic auto-updates, simply because they were older than the above ones
* Auto-create custom labels (1.12.0) #2027
* Auto-add JSON column for feeds (1.11.0) #1838
* Auto-create temporary tables (1.7.0) #1470
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants