FS#63335 - [php-redis] Config overridden on update

Attached to Project: Community Packages
Opened by Geoffrey Frogeye (GeoffreyFrogeye) - Wednesday, 31 July 2019, 19:37 GMT
Last edited by David Runge (dvzrv) - Saturday, 31 August 2019, 00:30 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To David Runge (dvzrv)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 2
Private No

Details

Description:

Every time I update php-redis, the /etc/php/conf.d/redis.ini is overridden by the package file.

The fix is just to this in the PKGBUILD, if I'm not mistaken.
backup=("etc/php/conf.d/${_name}.ini")

Additional info:
* package version(s)
At least from 5.0
* config and/or log files etc.
/
* link to upstream bug report, if any
/

Steps to reproduce:
- Activate php-redis by uncommenting the line in /etc/php/conf.d/redis.ini
- Enjoy your PHP + Redis application
- Upgrade php-redis
- No longer enjoy your application
This task depends upon

Closed by  David Runge (dvzrv)
Saturday, 31 August 2019, 00:30 GMT
Reason for closing:  Fixed
Additional comments about closing:  Fixed with php-redis 5.0.2-2
Comment by David Runge (dvzrv) - Friday, 30 August 2019, 23:49 GMT
@GeoffreyFrogeye: Thanks for the report! I'm unsure, how I missed that. A fix will be rolled out with the next pkgrel.

Loading...