https://prefect.io logo
a

Alexander Belikov

08/11/2022, 10:20 AM
Hi prefect community - I was using prefect 0.15 and decided to switch to 2.0 with agent and server stopped I've upgraded the package and
prefect orion start
results in
Copy code
> prefect orion start

 ___ ___ ___ ___ ___ ___ _____    ___  ___ ___ ___  _  _
| _ \ _ \ __| __| __/ __|_   _|  / _ \| _ \_ _/ _ \| \| |
|  _/   / _|| _|| _| (__  | |   | (_) |   /| | (_) | .` |
|_| |_|_\___|_| |___\___| |_|    \___/|_|_\___\___/|_|\_|

Configure Prefect to communicate with the server with:

    prefect config set PREFECT_API_URL=<http://127.0.0.1:4200/api>

View the API reference documentation at <http://127.0.0.1:4200/docs>

Check out the dashboard at <http://127.0.0.1:4200>


INFO:     Started server process [626768]
INFO:     Waiting for application startup.
INFO:     Application startup complete.
INFO:     Uvicorn running on <http://127.0.0.1:4200> (Press CTRL+C to quit)
INFO:     10.8.0.3:0 - "OPTIONS /graphql HTTP/1.1" 200 OK
INFO:     10.8.0.3:0 - "POST /graphql HTTP/1.1" 405 Method Not Allowed
INFO:     10.8.0.3:0 - "POST /graphql HTTP/1.1" 405 Method Not Allowed
I suppose some bits of previous config are causing this interference Do you have any suggestions? Is there a way to wipe the previous config?
1
a

Anna Geller

08/12/2022, 1:45 PM
Prefect 2.0 is a completely different product than Prefect Server -- upgrade.prefect.io. provides resources to learn more
t

Taylor Curran

08/12/2022, 2:13 PM
Hi Alex, this tutorial on UI vs. Cloud should get you started using 2.0 sans cloud.