Commit 64fb4479 authored by Nick Nguyen's avatar Nick Nguyen Committed by Cynthia "Arty" Ng
Browse files

Move infrastructure database pages

parent f78ef0fb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -691,8 +691,8 @@
/content/handbook/business-technology/entapps-documentation/policies/gitlab-business-continuity-plan.md @brobins @james.shen @NabithaRao @gitlab-com/egroup @gitlab-com/content-sites
/content/handbook/engineering/gitlab-com/policies/backup/ @marin @andrashorvath @gitlab-com/egroup @gitlab-com/content-sites
/content/handbook/engineering/gitlab-com/policies/monitoring/ @marin @sabrinafarmer @gitlab-com/egroup @gitlab-com/content-sites
/content/handbook/engineering/infrastructure/database/_index.md @marin @sabrinafarmer @gitlab-com/egroup @gitlab-com/content-sites
/content/handbook/engineering/infrastructure/database/disaster-recovery.md @marin @andrashorvath @gitlab-com/egroup @gitlab-com/content-sites
/content/handbook/engineering/infrastructure-platforms/database/_index.md @marin @sabrinafarmer @gitlab-com/egroup @gitlab-com/content-sites
/content/handbook/engineering/infrastructure-platforms/database/disaster-recovery.md @marin @andrashorvath @gitlab-com/egroup @gitlab-com/content-sites
/content/handbook/engineering/infrastructure/production/_index.md @marin @sabrinafarmer @gitlab-com/egroup @gitlab-com/content-sites
/content/handbook/engineering/infrastructure/production/architecture/ @marin @sabrinafarmer @gitlab-com/egroup @gitlab-com/content-sites
/content/handbook/security/corporate/end-user-services/access-requests/_index.md @NabithaRao @ericrubin @mbeee @gitlab-com/egroup @gitlab-com/content-sites
+1 −1
Original line number Diff line number Diff line
@@ -42,4 +42,4 @@ Each database table has a documentation file that can be used to determine a cor

## Getting a team from a feature category

If you have a feature category, the best way to determine the team to contact is by using the [feature category lookup](../../../../product/categories/lookup.md).
If you have a feature category, the best way to determine the team to contact is by using the [feature category lookup](/handbook/product/categories/lookup/).
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ We are able to recover to any point in time within the last `DB-DR-RETENTION` da

### High Availability

For [GitLab.com we maintain availability](/handbook/engineering/infrastructure/production/#gitlabcom) above 99.95%. For the PostgreSQL database,
For [GitLab.com we maintain availability](/handbook/engineering/infrastructure/production/) above 99.95%. For the PostgreSQL database,
we define the following SLOs:

| SLO            | Level       | Definition |
+2 −2
Original line number Diff line number Diff line
@@ -67,8 +67,8 @@ The following links contain frequently asked security, legal & privacy, and avai
### Disaster recovery

- [Disaster recovery plan](https://gitlab.com/gitlab-com/gl-infra/readiness/-/blob/master/library/disaster-recovery/index.md)
- [Database disaster recovery](/handbook/engineering/infrastructure/database/disaster-recovery/)
- [Database overview](/handbook/engineering/infrastructure/database/)
- [Database disaster recovery](/handbook/engineering/infrastructure-platforms/database/disaster-recovery/)
- [Database overview](/handbook/engineering/infrastructure-platforms/database/)

### Endpoint management

Loading