07-24-2020, 09:13 AM
(07-24-2020, 07:47 AM)tushar_soni Wrote: Actually when I had run upgrade_db.py, I had got the message "You should not run this as root. Run it as the Web server process's user. e.g. apache."I agree, something must have been broken since latest commits.
But I had ignored it, started the tactic service and checked web console that new version was working.
Could that be the reason for all above problems?
Also, how can I delete all my previous database and start afresh as new installation, since currenlty I don't have any actual production data in it and I am just exploring Tactic.
Best Regards!
I create a new project > add new sType > created with workflow pipeline.
When I click the workflow button in newly created sType, it is emply!
Also, I go to Project Workflow > click on new created sType > there now no workflow in it.
Bottom pane is contantly moving down and title bar is vbrating :-)
Which is the most stable version that I should try.
Thanks
For upgrade_db, run it as apache user:
su - apache -c "python3 /home/apache/tactic/src/bin/upgrade_db.py"