Hello everyone, nice to be there with you. I'm cu...
# prefect-server
r
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 :
Copy code
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
@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?
Copy code
prefect server create-tenant --name default --slug default
r
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