lawjolla
06/10/2018, 11:06 PMnilan
06/11/2018, 1:14 PMdocker-compose.yml
https://www.prisma.io/docs/reference/upgrade-guides/upgrading-prisma/upgrade-to-1.7-iquaecuj6b#deprecating-local-commandsnilan
06/11/2018, 1:15 PMlawjolla
06/11/2018, 3:53 PMprisma local start
3. Upgrade 1.6 cluster prisma local upgrade
4. Stop everything prisma cluster nuke
5. docker-compose up -d
6. Change .graphqlconfig.yml with post deploy hooks
7. Change prisma.yml to endpoint
8. prisma deploy
??nilan
06/12/2018, 12:19 PMnilan
06/12/2018, 12:21 PMPRISMA_CONFIG
in the docker-compose.yml
file. You will need to add a managementApiSecret
.
4. be aware that this might also remove your data, depending on your Docker setup. I don't think you need to include this step.
5. likewise, you'd rather need to restart your docker service. Depends on your current setup 🙂lawjolla
06/12/2018, 2:39 PMnilan
06/12/2018, 2:43 PMnilan
06/12/2018, 2:43 PM