diff --git a/chapter_18_second_deploy.asciidoc b/chapter_18_second_deploy.asciidoc index 02c7db6b..ec98bb56 100644 --- a/chapter_18_second_deploy.asciidoc +++ b/chapter_18_second_deploy.asciidoc @@ -30,7 +30,11 @@ You can refer back to <> for reminders on Ansible comman === Staging Deploy - +// DAVID: By the time I got to this chapter, I had cancelled my digital ocean subscription +// from the earlier chapter as it was coming out of the free period and I hadn't realised I would need it again. +// Perhaps you should consider mentioning at end of the earlier deployment chapter that they'll need to keep the +// subscription active if they want to follow along with this chapter. Even better, maybe find a way of making +// these chapters closer together? We start with the staging server: @@ -152,6 +156,11 @@ At this point you have two choices: 2. Learn about data migrations. See <>. +// DAVID: The option is not such much to 'learn about data migrations' as to 'perform a data migration'. +// A third option is to manually edit the data on the site. If all we have is a staging site it's +// a reasonable thing to do. I wonder if rather than getting into any of this, though, you could just +// be prescriptive and get them to delete the db. + ==== How to Delete the Database on the Staging Server Here's how you might do option (1):