https://prefect.io logo
Title
m

Matias Godoy

06/10/2020, 10:14 AM
Hi guys! I've been looking around but I did not find anything: Is there a recommended way to upgrade the Prefect Core Server to a new version while in production? What I think the steps are: 1. Stop the prefect server 2. Run
pip install prefect --upgrade
3. Run
prefect server start
Is this correct? Would that be it or am I missing some steps?
j

Jeremiah

06/10/2020, 12:48 PM
Hi Matias, the entire Server is bundled as a docker image using the latest version of Prefect Core and automatically pulls the latest image when when you run
prefect server start
, so stopping and starting it should be enough without upgrading your local Prefect version. However you may want to do that to pick up any improvements that were added to the CLI! We’re focused on improving the deployment of Server, including production environments, in an upcoming release.
m

Matias Godoy

06/10/2020, 3:30 PM
That's great! Thanks for the info 🙂
👍 1