Hi. I need to migrate only tickets, and any attachments and comments associated with those tickets, from one PostgreSQL db to another on a different server. I don't need to worry about user accounts.
Both Bloodhounds are 0.8. I figure I just need to copy data from one set of tables in one db to the same tables in the other db. Am I right with that assumption? If so, what tables do I need to target? - Chris Harris
