Created
August 10, 2012 17:24
-
-
Save gisborne/3315906 to your computer and use it in GitHub Desktop.
Revisions
-
gisborne created this gist
Aug 10, 2012 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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;