https://prefect.io logo
Title
m

Michael J Hall

09/10/2020, 11:57 PM
Is there any workaround to this?
c

Chris White

09/11/2020, 12:15 AM
Hi @Michael J Hall! Yes,
prefect server start
accepts a
--postgres-port
option that you can specify other ports with. There are a few such config options in that CLI command that you can read the docs for by running
prefect server start -h
1
m

Michael J Hall

09/11/2020, 9:11 PM
Great, this appears to work now. Kudos.
👍 1
Since I am so new to this open source data pipeline paradigm, what is the best path for learning about Prefect? Are there any short courses or videos on how to set up and automate a simple Python routine on a Linux server?
c

Chris White

09/11/2020, 9:28 PM
For now I recommend: - our deployment tutorial: https://docs.prefect.io/orchestration/tutorial/configure.html - our YouTube channel: https://www.youtube.com/channel/UCMPaCpAiSuLZ0yPyUo0O9rw (note that some of the videos about Server specifically are slightly out-of-date)