Web UI cannot create new server #3107
-
I just spun up a new server using I managed to get the Web UI working and created
Where I'm stuck no is the creation of a new server So I ran docker logs on the web container and got this output As a non-ruby coder, I don't understand this message. It seems to me as it's some connectivity issue. But generally the DB is working, as required for the Web UI to even work. I assume postal is trying to create further databases in the postal-mariadb container and failing. The DB user is root and therefore should have permissions. I don't know how I should tackle this problem. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Fixed it, turns out you need to configure the DB again for message_db in /opt/postal/config/postal.yml I assumed message_db was a queue container (like rabbitMQ)... turns out it is just another mysql/mariadb setup which is used when creating new servers. |
Beta Was this translation helpful? Give feedback.
Fixed it, turns out you need to configure the DB again for message_db in /opt/postal/config/postal.yml
I assumed message_db was a queue container (like rabbitMQ)... turns out it is just another mysql/mariadb setup which is used when creating new servers.