Skip to content

Instantly share code, notes, and snippets.

@gisborne
Created August 10, 2012 17:24
Show Gist options
  • Save gisborne/3315906 to your computer and use it in GitHub Desktop.
Save gisborne/3315906 to your computer and use it in GitHub Desktop.

Revisions

  1. gisborne created this gist Aug 10, 2012.
    5 changes: 5 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    $ pg_dump -h localhost -U webserver -p 5433 production -f backup/12-08-10.dump

    pg_dump: SQL command failed
    pg_dump: Error message from server: ERROR:  could not access file "$libdir/hstore": No such file or directory
    pg_dump: The command was: COPY public.event_logs (id, auth_token, text, created_at, updated_at, user_id, data, remote_creation_date) TO stdout;