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

updates and fixes #612

Merged
merged 1 commit into from
Nov 18, 2024
Merged
Show file tree
Hide file tree
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
8 changes: 0 additions & 8 deletions .github/styles/Readability/FleschReadingEase.yml

This file was deleted.

This file was deleted.

8 changes: 0 additions & 8 deletions .github/styles/Readability/ignore-these/ColemanLiau.yml

This file was deleted.

8 changes: 0 additions & 8 deletions .github/styles/Readability/ignore-these/FleschKincaid.yml

This file was deleted.

8 changes: 0 additions & 8 deletions .github/styles/Readability/ignore-these/GunningFog.yml

This file was deleted.

17 changes: 0 additions & 17 deletions .github/styles/Readability/ignore-these/LIX.yml

This file was deleted.

8 changes: 0 additions & 8 deletions .github/styles/Readability/ignore-these/SMOG.yml

This file was deleted.

4 changes: 0 additions & 4 deletions .github/styles/Readability/meta.json

This file was deleted.

63 changes: 0 additions & 63 deletions .github/styles/Vocab/Railway/accept.txt

This file was deleted.

1 change: 0 additions & 1 deletion .github/styles/Vocab/Railway/reject.txt

This file was deleted.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
"next-seo": "^5.15.0",
"next-themes": "^0.2.1",
"prismjs": "^1.29.0",
"prom-client": "^15.1.0",
"react": "18.2.0",
"react-aria": "^3.5.0",
"react-dom": "18.2.0",
Expand Down Expand Up @@ -82,4 +81,4 @@
"preset": "styled-components"
}
}
}
}
14 changes: 0 additions & 14 deletions src/clients/prom-client.ts

This file was deleted.

2 changes: 1 addition & 1 deletion src/data/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ export const sidebarContent: ISidebarContent = [
makePage("Redis", "guides"),
makePage("MongoDB", "guides"),
makePage("Database View", "guides"),
makePage("Database Migration Guide", "guides"),
],
},
{
Expand Down Expand Up @@ -224,6 +223,7 @@ export const sidebarContent: ISidebarContent = [
makePage("Deployment Regions", "reference"),
makePage("Dockerfiles", "reference"),
makePage("Healthchecks", "reference"),
makePage("Backups", "reference"),
makePage("Integrations", "reference"),
makePage("Nixpacks", "reference"),
makePage("Private Networking", "reference"),
Expand Down
185 changes: 0 additions & 185 deletions src/docs/guides/database-migration-guide.md

This file was deleted.

4 changes: 2 additions & 2 deletions src/docs/guides/mongodb.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@ You can also fork the [Mongo Cluster](https://github.com/railwayapp-templates/mo

## Backup and Monitoring

Especially for production environments, performing regular backups and monitoring the health of your database is essential. Consider adding:
Especially for production environments, performing regular backups and monitoring the health of your database is essential. Consider adding:

- **Backup solutions**: Automate regular backups to ensure data recovery in case of failure. We suggest checking out this [Database S3 backups](https://railway.com/template/U_wjYd) template as an example.
- **Backups**: Automate regular backups to ensure data recovery in case of failure. We suggest checking out our native [Backups](/reference/backups) feature.

- **Observability**: Implement monitoring for insights into performance and health of your database. Check out the tutorial which covers [setting up observability on a Mongo replica set](https://docs.railway.com/tutorials/deploy-and-monitor-mongo#4-set-up-monitoring-of-the-replica-set).

Expand Down
2 changes: 1 addition & 1 deletion src/docs/guides/mysql.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ We also encourage you to fork the [MySQL Cluster](https://github.com/railwayapp-

Especially for production environments, performing regular backups and monitoring the health of your database is essential. Consider adding:

- **Backup solutions**: Automate regular backups to ensure data recovery in case of failure. We suggest checking out this [Database S3 backups](https://railway.com/template/U_wjYd) template as an example.
- **Backups**: Automate regular backups to ensure data recovery in case of failure. We suggest checking out our native [Backups](/reference/backups) feature.

- **Observability**: Implement monitoring for insights into performance and health of your databases. If you're not already running an observability stack, check out these templates to help you get started building one:
- [Prometheus](https://railway.com/template/KmJatA)
Expand Down
Loading