Revision dafaa59c docs/upgrade/upgrade-0.14.8.rst

b/docs/upgrade/upgrade-0.14.8.rst
1 1
Upgrade to Synnefo v0.14.8
2 2
^^^^^^^^^^^^^^^^^^^^^^^^^^
3 3

  
4
Since v0.14.8, Synnefo ships an example Gunicorn configuration file, that gets
5
installed automatically at ``/etc/gunicorn.d/synnefo.example``.
6
To use it you need to do two things:
4
Synnefo v0.14.8 release introduced support for Debian Wheezy (and Django 1.4).
5
To upgrade from Squeeze to Wheezy you should make sure to change the
6
``'ENGINE'`` option in ``/etc/synnefo/10-snf-webproject-databases.conf`` to
7
``'django.db.backends.postgresql_psycopg2``. Replace ``postgresql_psycopg2``
8
with the DB engine you are using.
9

  
10
If you're upgrading to Synnefo v0.14.8 on Squeeze, you should also make sure to
11
have the Squezee backports repository installed, since ``snf-webproject``
12
depends on ``>=python-django-south-0.7.3``, which on Squeeze is only available
13
from the backports repository.
14

  
15
Since v0.14.8, Synnefo also ships an example Gunicorn configuration file, that
16
gets installed automatically at ``/etc/gunicorn.d/synnefo.example``.  To use it
17
you need to do two things:
7 18

  
8 19
1. Disable your old configuration file by removing it.
9 20
   [if you are upgrading from an older version and you had such a file]

Also available in: Unified diff