Unknown type 'inet' for column 'ip'

you have a postgresql INET column type in your table. INET is not a 'standard' SQL column type and rails is telling you it doesn't understand the type.

as far as a way around it goes, i don't think there is much of anything you can do other than changing the column type or not using rake db:schema:dump.