Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #24

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Not every single piece of infrastructure needs every single item on the list but
| &#9744; | <details><summary>Configure backup</summary> <p> Configure backup for all of your data stores, ensuring they are geo-redundant. Most Azure-managed data stores, such as Azure SQL, support automated backups. For backing up VM instances and attached disks, consider using [Azure Backup](https://docs.microsoft.com/en-us/azure/backup/backup-overview). </p> </details> |
| &#9744; | <details><summary>Configure cross-subscription backup</summary> <p> Copy all of your backups to a separate Azure subscription for extra redundancy. This ensures that if a disaster happens in one Azure subscription—e.g., an attacker gets in or someone accidentally deletes all the backups—you still have a copy of your data available elsewhere. </p> </details> |
| &#9744; | <details><summary>Test your backups</summary> <p> If you never test your backups, they probably don't work. Create automated tests that periodically restore from your backups to check they are actually working. </p> </details> |
| &#9744; | <details><summary>Set up schema management</summary> <p> For data stores that use a schema, such as relational databases, define the schema in schema migration files, check those files into version control, and apply the migrations as part of the deployment process. See [Flyway](https://flywaydb.org/) and [Liquibase](https://www.liquibase.org/). </p> </details> |
| &#9744; | <details><summary>Set up schema management</summary> <p> For data stores that use a schema, such as relational databases, define the schema in schema migration files, check those files into version control, and apply the migrations as part of the deployment process. See [Flyway](https://flywaydb.org/), [Liquibase](https://www.liquibase.org/) and [Rumba] (https://www.dbinvent.com/). </p> </details> |

### **Scalability and High Availability**

Expand Down