Hey all.
I'm working on an upgrade from 3.6.1 to 3.7.16 (and Erlang R16B03 to Erlang 22). For no downtime, I'm going to bring up a new server and just cut over to it.
I did an export (rabbitmqadmin export file.json) from 3.6 and tried to import that file into 3.7. It returns "Received 102 Processing for path /api/definitions" to start, and then looking in the logs, the import does actually start. However, the last log line is "Creating user" for the first user, and then nothing else. The process seems to have died somewhere, but I can't find it.
I tried raising the log reporting up to debug but that doesn't seem to show any more info. The import file is 16k, so it's not like this is a huge file.
Any ideas?