https://prefect.io logo
Title
j

Janne Keskitalo

05/08/2023, 6:37 PM
Hi. Anybody having problems starting prefect server in docker? I get sqalchemy errors when starting a fresh container. Tried on two different machines with the same result. Also tried multiple 2.10.x -versions.
docker run -it --rm prefecthq/prefect:2.10.8-python3.10 prefect server start
Error:
sqlite3.OperationalError: table _alembic_tmp_artifact already exists
Ok, I have iterated versions up from the last working one and it seems something broke in 2.7.11. Docker command above still works with 2.7.10. I’m a bit baffled actually, I surely can’t be the only one running prefect locally in docker? We also have a production server in k8s which was recently upgraded from 2.7.1 -> 2.10.4, but that uses postgres and didn’t experience any issues with the new version.
w

Will Raphaelson

05/09/2023, 2:23 PM
Thanks Janne - saw your github issue as well and responded there. we’ll look into this asap.
j

Janne Keskitalo

05/10/2023, 9:05 AM
Ok. Thanks 👍