Is there any workaround to this?
# prefect-server
m
Is there any workaround to this?
c
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
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
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)