1

Topic: Upgrading Nginx-full to 1.9 version from 1.6 ??

==== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.5-1
- Linux/BSD distribution name and version:  Debian 8
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):  Mysql
- Web server (Apache or Nginx): Nginx
- Manage mail accounts with iRedAdmin-Pro? No
- Related log if you're reporting an issue:
====

I would need to upgrade nginx-full upgrading to 1.9 ? Without breaking  the whole system ?? Is there any procedure available ?
Thx

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Upgrading Nginx-full to 1.9 version from 1.6 ??

You can use official Nginx package repositories:
http://nginx.org/en/linux_packages.html

Nginx has very good backward-compatible, usually upgrading package should be fine. but you'd better check its release notes to make sure it won't break your existing config.

3 (edited by Thierry 2017-01-08 16:55:13)

Re: Upgrading Nginx-full to 1.9 version from 1.6 ??

[closed] I have used "jessie-backports" to upgrade it to 1.9.x

Thx