Changes between Version 70 and Version 71 of InstallationGuidelines/PostgreSQL
- Timestamp:
- 10/16/14 16:36:15 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/PostgreSQL
v70 v71 10 10 It is assumed that you are running Debian 'Squeeze'. 'Lenny' works fine for Eden, but the main point is to use PostGIS where Squeeze or Wheezy are better... 11 11 12 12 13 (For Wheezy, replace '8.4' with '9.1') 13 14 {{{ 14 15 apt-get install -y postgresql-8.4 python-psycopg2 15 16 }}} 17 18 19 If you are using postgres-9.3, use psycopg2 as the driver instead of the web2py default pg8000. 16 20 17 21 Enable automatic DB maintenance: