Martin Hunt
12/02/2018, 9:40 PMdocker exec 3967e1d0b194 /usr/bin/mysqldump --default-character-set=utf8mb4 -u root --password=prisma prisma > backup.sql
Which seems to be semi-working. It creates a backup of the deployed prisma API but doesn't seem to contain any of the entries / values that have been created via the deployed API. Could anyone point me in the right direction?