id summary reporter owner description type status priority milestone component version resolution keywords cc 3515 tiger_data not being backed up robe robe "Just discovered that tiger_data is not being backed up as part of a regular backup. I thought the issue was because I specifically exclude it cause its the same and takes up so much space. Then I did a regular old backup and to my horror, the tiger_data schema did not get backed up. To fix I had to: {{{ ALTER EXTENSION postgis_tiger_gecoder DROP SCHEMA tiger_data; }}} I think this started happening when I started automatically creating the tiger_data schema as part of create extension. I never thought that if tiger_data is part of the extension it would mean the tables would be as well and not come backup. This personally seems like a bug to me, so I should probably verify upstream to be sure." defect closed blocker PostGIS 2.2.3 tiger geocoder 2.2.x fixed