Нужно ли обновлять настройки DNS при восстановлении форума?

У клиента есть форум, размещенный на Digital Ocean, но в ближайшие несколько месяцев он не будет его использовать, и он хочет сэкономить на хостинге. Несколько вопросов по этому поводу:

  1. Что лучше: создать снимок (snapshot) или резервную копию перед удалением дроплета?
  2. На каком-либо этапе процесса создания снимка/резервной копии, удаления дроплета и последующего восстановления форума на новом дроплете нужно ли обновлять настройки DNS или Mailgun?

@pfaffman, что думаешь?

It depends if you are trying to have convience or save money. Digital Ocean does charge for snapshots, even if the price is small: /products/snapshots/. If tghe site is small, I’d also take a backup just incase.

Assuming your mailgun access did not change, that should not be required. As for DNS, if the hostname has not changed, when you spin it back up, it should also be fine. I would do an backup/import if only because that way you can have the setup process run again :slight_smile:

Hope this helps!

  1. since you want to save costs, you can better create a backup. You can store it on your own computer / Dropbox / whatever and not be billed. However, please note #2b below.

2a) A new droplet implies a new IP address so you do need to update DNS.
2b) Restoring a backup restores everything EXCEPT for mailgun settings (and a few other things like your SSL certificate). You do need to configure Mailgun using your app.yml or the setup script. I think it is the most convenient to save the original app.yml next to the backup.