Adrien Boutreau
07/03/2020, 1:03 PMjosh
07/03/2020, 1:04 PMAdrien Boutreau
07/03/2020, 1:04 PMjosh
07/03/2020, 1:04 PMprefect server start
if you used that commandAdrien Boutreau
07/03/2020, 1:05 PMjosh
07/03/2020, 1:06 PMAdrien Boutreau
07/03/2020, 1:07 PMjosh
07/03/2020, 1:09 PM/etc/rc.local
and it will run it every time the system boots. That’s probably where you would want to put a script that calls prefect server start
. Also I would recommend using the volume mount option so you don’t lose your Postgres data every time it starts again
prefect agent start --use-volume --volume-path /some/path