Issue while Creating Horilla Server on Ubuntu #256
-
I have successfully created a Ubuntu VM and installed prerequisite on it. I have configured .env file with with my mysql database credentials but when i have started the migration its giving me this error. here is my .env database configuration Database URL#DATABASE_URL=postgresql://user:password@localhost:5432/dbname ----OR----Database ConfigurationDB_ENGINE=django.db.backends.mysql azureuser@hrm: WARNINGS: The above exception was the direct cause of the following exception: Traceback (most recent call last): |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @umairkhanrind , With Regards, |
Beta Was this translation helpful? Give feedback.
-
Its working perfectly fine with Postgresql. Thanks. |
Beta Was this translation helpful? Give feedback.
Hi @umairkhanrind ,
Sorry for the inconvenience caused. We have been recently facing issue with some field attributes and model in MySQL database due to some constraint issue. For the correct working of the system, those constraints were necessary in our case.
We are slowly going to move our system completely to PostgreSQL for future updates.
Will it be possible for you to use a postgresql database for Horilla?
With Regards,
Team Horilla