mudmuseum / terraform-stacks

A repository to collect *aC related resources.
0 stars 2 forks source link

Make player directories persistent outside of Docker #18

Closed nswarner closed 3 years ago

nswarner commented 3 years ago

Outstanding questions

nswarner commented 3 years ago

One volume per mud, easier to segregate, backup, and restore. Volume mounted as /{MUD}/player, works as expected.

nswarner commented 3 years ago

S3 backup procedure thoughts;

Contrast:

While the EC2 snapshot approach would be more holistic, it lacks the granular ability to avoid including secrets and requires just as much setup configuration as the S3 approach. The cost of the EC2 snapshot approach is also more than a 40 times cost increase over the S3 approach.

nswarner commented 3 years ago

For the S3 approach:

nswarner commented 3 years ago

date +%Y-%m-%d-docker-volume-backup -- 2021-04-14-docker-volume-backup for the naming-date schema

nswarner commented 3 years ago

Looks good.