https://prefect.io logo
Title
r

Romain P

12/07/2021, 10:42 AM
Hello everyone, nice to be there with you. I'm currently installing prefect locally on my server. (it is an arch vm) I am having issues with the deployment, as I can't :
prefect server create-tenant
I've tried with 3.8 and 3.9.9 python It worked a few days ago, but I had to drop the containers and recreate them. I think it is related to my docker deployment as I already have a previous postgres install on 5432. I'm willing to restart from the docker-compose file. Any help ?
a

Anna Geller

12/07/2021, 10:57 AM
@Romain P I’ve seen some people from the community were using this docker-compose setup. For the tenant command did you set the name and slug?
prefect server create-tenant --name default --slug default
r

Romain P

12/07/2021, 11:03 AM
I've set them. But it couldn't access the prefect server. i'll try again with this config, and I'll tell you. Many thanks
👍 1