Changes between Version 14 and Version 15 of InstallationGuidelines/PostgreSQL
- Timestamp:
- 09/19/10 16:41:36 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/PostgreSQL
v14 v15 100 100 To restore data from backup: 101 101 {{{ 102 man pg_restore 102 su postgres 103 psql -f /tmp/sahana.sql 104 createdb gis 105 psql gis -f /usr/share/postgresql-8.4/contrib/postgis.sql 106 /usr/share/postgresql-8.4-postgis/utils/new_postgis_restore.pl -f /tmp/gis.dmp | psql gis 103 107 }}} 104 108