| Figured it out... went back and compared all the database settings in the old server and the new server, and one settings change broke it: standard_conforming_strings = off That's in our standard postgres template because one of our primary internal applications requires it. Once I changed that to on it worked fine. Maybe a check could be added before the migrations that outputs an error message if that setting is off? |