so the plot thickens: I have VMs with snapshots so that I can jump between different states and I am able to import from slack into the one-line docker demo instance (which is running 3.0.3 and mysql instead of postgresql) with no issues but all of the other install formats (production docker on ubuntu 14.04.4 LTS with 3.1.0, production local machine install (no docker) with 3.1.0 on both ubuntu 14.04.4 LTS and 16.04) fail to import the exact same exported files. Has anyone successfully imported from a slack team into 3.1.0?
I didn't see any bug requests outstanding and I need to get this into testing with my team soon. If import is broken in 3.1.0, is there an easy way to get the mysql database out of the demo docker and putting it into my production setup? (other then connecting to the mysql instance directly and backing it up)
Edit: here's an even better question: all of the other instances come with Postgres instead of MySQL. Is the issue 3.1.0 vs 3.0.3 or Postgres vs MySQL?
Edit 2: so switching to MySQL didn't do anything for this issue. same failure and same summary output. Starting to look like a bug in 3.1.0 now.