Opened 11 years ago
Closed 11 years ago
#2329 closed defect (fixed)
bug on backup
Reported by: | robe | Owned by: | robe |
---|---|---|---|
Priority: | blocker | Milestone: | PostGIS 2.1.0 |
Component: | tiger geocoder | Version: | master |
Keywords: | Cc: |
Description
I suspect this might be a typo in my custom configure (like missing WHERE):
http://www.postgresql.org/message-id/E1UcASd-0005m4-SQ@wrigleys.postgresql.org (bug 8157)
^ pg_dump: [archiver (db)] query was: COPY (SELECT id, seq, word, stdword, token, is_custom FROM tiger.pagc_gaz is_custom=true) TO stdout; pg_dumpall: pg_dump failed on database "postgres", exiting -bash-4.2$ which pg_dumpall /usr/pgsql-9.3/bin/pg_dumpall
Change History (2)
comment:1 by , 11 years ago
comment:2 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Just checked my update path does indeed reset the mark editable.
It should work for those running the latest micro since Tom backported a fix that overwrites with whatever an update does: per http://www.postgresql.org/message-id/24678.1356039709@sss.pgh.pa.us
So upgraders should get the new patch. Everyone for their own good should be running latest patch anyway given the serious security issue fixed in last micros.
fixed at r11464 but I should probably provide a patch for those folks who already installed this and will be bitten. So I'll keep open until I fix the upgrade logic.