Rashmi Bidanta
09/25/2020, 2:01 PMprisma deploy --force --no-seed
we are getting an error the complains about cluster$default
ERROR: Project not found: 'cluster$default'
24-Sep-2020 22:11:59
24-Sep-2020 22:11:59 {
24-Sep-2020 22:11:59 "errors": [
24-Sep-2020 22:11:59 {
24-Sep-2020 22:11:59 "message": "Project not found: 'cluster$default'",
24-Sep-2020 22:11:59 "code": 3016,
24-Sep-2020 22:11:59 "requestId": "local:ckfhqavwf0vkh0734eamd1bd0"
24-Sep-2020 22:11:59 }
24-Sep-2020 22:11:59 ],
24-Sep-2020 22:11:59 "status": 200
24-Sep-2020 22:11:59 }
would be helpful if some guidance is provided on this. We are on Prisma 1.30.5Ryan
09/25/2020, 2:25 PMRashmi Bidanta
09/25/2020, 2:25 PMRashmi Bidanta
09/25/2020, 2:26 PMRashmi Bidanta
09/25/2020, 2:27 PMRashmi Bidanta
09/25/2020, 2:29 PMprisma deploy
Rashmi Bidanta
09/25/2020, 2:32 PMRashmi Bidanta
09/25/2020, 2:32 PMRyan
09/25/2020, 2:44 PMI have already installed a running Prisma1 setupHow and where have you added this setup?
Rashmi Bidanta
09/25/2020, 2:46 PMRashmi Bidanta
09/25/2020, 2:46 PMimage:
repository: prismagraphql/prisma-prod
tag: 1.30.5
Rashmi Bidanta
09/25/2020, 2:47 PMRashmi Bidanta
09/25/2020, 2:48 PMenableManagementApi: false
Rashmi Bidanta
09/25/2020, 2:48 PMRashmi Bidanta
09/25/2020, 2:49 PMprisma deploy -d -n -e ../.env
but seems to be not workingRashmi Bidanta
09/25/2020, 2:53 PMRashmi Bidanta
09/25/2020, 2:53 PMRashmi Bidanta
09/25/2020, 3:07 PMRyan
09/25/2020, 3:13 PMenableManagementApi: true
Also, the important thing to note here is that you can only have a single instance with enableManagementApi
set to true
in the cluster. The rest of those would need to to have enableManagementApi
set to false
.Rashmi Bidanta
09/25/2020, 3:14 PMRashmi Bidanta
09/25/2020, 3:14 PMRashmi Bidanta
09/25/2020, 3:42 PM