Question: How to establish galaxydb on local galaxy for >2GB data
0
gravatar for biowz
3.3 years ago by
biowz0
United States
biowz0 wrote:

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

 

postgres ftp local • 826 views
ADD COMMENTlink modified 3.1 years ago by Jennifer Hillman Jackson25k • written 3.3 years ago by biowz0
0
gravatar for Jennifer Hillman Jackson
3.3 years ago by
United States
Jennifer Hillman Jackson25k wrote:

Hello,

Do a double check that the full instructions for FTP (linked from this wiki) were followed: Admin/Config

Best, Jen, Galaxy team

ADD COMMENTlink written 3.3 years ago by Jennifer Hillman Jackson25k

Thank you for your reply. I thought I established galaxyftp and galaxydb on my mac, but when I entered into galaxydb and changed the password. There is still one mistake as follow. Whether it was given a password or not, the same. Would you like to help me solve this problem?

$:~ postgres$ psql galaxydb

Password: 

psql (9.4.4)

Type "help" for help.

 

galaxydb=# alter role galaxyftp password '' 

galaxydb-# \q

postgres$ psql -U galaxyftp -d galaxydb -h 127.0.0.1

Password for user galaxyftp: 

psql: fe_sendauth: no password supplied

ADD REPLYlink written 3.3 years ago by biowz0
Please log in to add an answer.

Help
Access

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
Powered by Biostar version 16.09
Traffic: 171 users visited in the last hour