Changes between Version 13 and Version 14 of InstallationGuidelines/PostgreSQL


Ignore:
Timestamp:
09/19/10 16:38:49 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/PostgreSQL

    v13 v14  
    5252== Backups ==
    5353{{{
    54 pg_dump -c sahana > /root/sahana.sql
    55 pg_dump -Fc gis > /root/gis.dmp
     54su postgres
     55pg_dump -c sahana > /tmp/sahana.sql
     56pg_dump -Fc gis > /tmp/gis.dmp
    5657}}}
    5758