https://pulumi.com logo
#dotnet
Title
f

full-winter-70537

11/10/2021, 6:12 AM
Is there a way to "migrate" a database in Pulumi, including data? I have tried the "Copy"
CreateMode
but after I've copied it and remove the "Copy" create mode, it thinks it's a state change and wants to delete that database and create new one.
r

red-match-15116

11/10/2021, 6:20 AM
f

full-winter-70537

11/10/2021, 7:00 AM
cool, thanks, I'll take a look
l

limited-rainbow-51650

11/10/2021, 12:53 PM
While you can do a lot with the Automation API, having to implement this full flow is IMO a bit beyond what Pulumi is intended for. If you are on MySQL, I would use Pulumi to roll out Vitess.io and let the DB people use Vitess to migrate data between servers.
2 Views