Replies: 1 comment
-
|
mistake human |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi folks. I am trying to deploy Flowise in docker with mysql database but I get always the same error:
I have modify the .env file as following:
#DATABASE_PATH=/root/.flowise
#APIKEY_PATH=/root/.flowise
#SECRETKEY_PATH=/root/.flowise
#LOG_PATH=/root/.flowise/logs
NUMBER_OF_PROXIES= 1
DATABASE_TYPE=mysql
DATABASE_PORT="3306"
DATABASE_HOST="localhost"
DATABASE_NAME="flowise"
DATABASE_USER="root"
DATABASE_PASSWORD="password"
DATABASE_SSL=true
I have tried several times without SSL and I gel always the same error. I am working with Ubuntu. If I use the SQlite (the default one) with the default parameters it works but create the database under /home/user/snap/docker/2915/.flowise/ if I modify under the .env file to a different location :
DATABASE_PATH=/home/user/flowise
APIKEY_PATH=/home/user/flowise
SECRETKEY_PATH=/home/user/flowise
LOG_PATH=/home/user/flowise/logs
I get the same error, any idea or help will be appreciate
Beta Was this translation helpful? Give feedback.
All reactions