~ubuntu-branches/ubuntu/wily/postbooks-schema-empty/wily

« back to all changes in this revision

Viewing changes to debian/README.Debian

  • Committer: Package Import Robot
  • Author(s): Daniel Pocock
  • Date: 2013-09-26 20:30:00 UTC
  • Revision ID: package-import@ubuntu.com-20130926203000-ijgj3he8h7otm6g3
Tags: 4.0.2-3
Fix example for installing from zipped SQL file

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
If using the packaged schema:
66
66
 
67
67
   zcat /usr/share/postbooks-schema/postbooks_${SCHEMA_AND_VERSION}.sql.gz | \
68
 
      pg_restore -U admin -W -h localhost -d pb_data -f - -v
 
68
      psql -U admin -W -h localhost -d pb_data
69
69
 
70
70
or if you prefer to download the schema from xTuple:
71
71