I follow the galaxy tutorial to establish FTP on local galaxy and meet the following errors,
~ postgres$ createuser -sdr galaxyftp
Password:
~ postgres$ psql galaxydb
Password:
psql: FATAL: database "galaxydb" does not exist
~ postgres$ createdb -O Galaxydb
Password:
createdb: database creation failed: ERROR: role "Galaxydb" does not exist