Hello, I updated to Prefect2.0 I am trying to run ...
# prefect-community
d
Hello, I updated to Prefect2.0 I am trying to run the below commands to start the prefect server but on running the below commands I am getting the error message as below: prefect backend server prefect server start
1
a
d
So server is not available for Prefect 2.0 is that correct @Anna Geller? we actually need the Prefect server for our project.
a
it is, but it'S not Prefect Server, it's Prefect Orion - you can start it using:
Copy code
prefect orion start
check the docs for more info https://orion-docs.prefect.io/getting-started/overview/
👍 1
d
Okay, Thank you for getting back so quickly!
🙌 1
After running the
prefect orion start.
It stops running quickly as below: Please let me know how do I troubleshoot this. Is it because of the windows machine that I am using?
a
it might be a Windows issue, yes before diving deeper, can you try in a completely new environment and install the latest version? delete the sqlite db and try from scratch (ofc your run history will be gone once ou delete the db)