[MDEV-10049] MariaDB upgrade fails in postinst (DEB) Created: 2016-05-10 Updated: 2019-05-28 Resolved: 2019-05-28 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Packaging |
| Affects Version/s: | 10.0.25 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Minor |
| Reporter: | Arjen Lentz | Assignee: | Sergey Vojtovich |
| Resolution: | Won't Fix | Votes: | 1 |
| Labels: | None | ||
| Environment: |
Debian Linux, Ubuntu Linux |
||
| Issue Links: |
|
||||||||
| Description |
|
mariadb-server-10.0 package was failing with exit code 7. The following varliables needed to be commented out for it to run: query_response_time_stats=ON Uncommenting them after the upgrade seems to be causing no issues. |
| Comments |
| Comment by Arjen Lentz [ 2016-05-10 ] |
|
I should note we've had this fail on a number of versions, the upgrade to 10.0.25 being just the latest. |
| Comment by Elena Stepanova [ 2016-05-10 ] |
|
So, you have these plugins installed? Or are they loaded upon server startup? |
| Comment by Arjen Lentz [ 2016-05-11 ] |
|
Hi Elena! |
| Comment by Elena Stepanova [ 2016-05-11 ] |
|
This problem was solved in 10.1 in the scope of svoj, danblack, do you think it's possible and reasonable to backport the fix to 10.0? |
| Comment by Daniel Black [ 2016-05-12 ] |
|
https://github.com/MariaDB/server/commit/60ad339 and https://github.com/MariaDB/server/commit/8e40f9b are the 10.1 commits. It looks like both concepts can be applied to 10.0 where the file location is debian/dist/ {Ubuntu|Debian}/mariadb-server-10.0.postinst. |
| Comment by Sergey Vojtovich [ 2019-05-28 ] |
|
10.0 is EOL now, so it looks like there's nothing to fix. Should be fixed in 10.1+. |