Following the instructions at https://wiki.galaxyproject.org/CloudMan/AWS/GettingStarted I can't get the referenced ami:
AMI: ami-b45e59de
Name: Galaxy-CloudMan-1457720469 (active dates: 2016-03-24 -> present)
to run. There seem to be multiple start-up errors. I'm seeing errors with Postgres and NodeJSProxy service:
19:27:04 - Successfully grew file system galaxy FS
19:27:07 - NodeJSProxy service prerequisites OK; starting the service.
19:27:07 - Fault starting supervisord prog:
19:27:13 - Postgres service prerequisites OK; starting the service.
19:27:23 - ---> PROBLEM, running command '/bin/su - postgres -c "/usr/lib/postgresql/9.3/bin/pg_ctl -w -D /mnt/galaxy/db -l /tmp/pgSQL.log -o\"-p 5930\" start"' returned code '1', the following stderr: 'pg_ctl: could not start server Examine the log output. ' and stdout: 'waiting for server to start.... stopped waiting '
When I check the postgres log I find:
FATAL: database files are incompatible with server
2 DETAIL: The data directory was initialized by PostgreSQL version 9.1, which is not compatible with this version 9.3.11
After that it goes into an infinite loop trying to start the NodeJSProxy:
19:43:49 - NodeJSProxy service prerequisites OK; starting the service.
19:43:49 - Fault starting supervisord prog:
19:44:05 - NodeJSProxy service prerequisites OK; starting the service.
19:44:05 - Fault starting supervisord prog:
19:44:20 - NodeJSProxy service prerequisites OK; starting the service.
19:44:20 - Fault starting supervisord prog:
Is this AMI known to be non-functional?
Are you launching the instance from launch.usegalaxy.org/launch ?