Skip to content

Commit

Permalink
chore: fix import errs
Browse files Browse the repository at this point in the history
  • Loading branch information
nermalcat69 committed Oct 2, 2024
1 parent 65138cd commit 9fd7e02
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/docs/content/keydb/how-to/scale.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: How Zerops scales KeyDB
---

import Image from '/src/components/Image';

Zerops performs an automated scaling of hardware resources required to run your database based on its usage. If the current use of your database does not require as much performance or disk space the auto scaling reduces the resources and thus reduces the costs. If your database is under heavy load or needs to store more data, then auto scaling increases the resources for the database to make sure it runs smoothly.

## Configure auto scaling
Expand Down
2 changes: 2 additions & 0 deletions apps/docs/content/mariadb/how-to/create.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: Create a MariaDB service
---

import Image from '/src/components/Image';

MariaDB is the open source relational database loved by developers all over the world. Created by MySQL’s original developers, MariaDB is compatible with MySQL and guaranteed to stay open source forever.

Zerops provides the MariaDB Community Server edition as a managed database service.
Expand Down
2 changes: 2 additions & 0 deletions apps/docs/content/mariadb/how-to/scale.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: How Zerops scales MariaDB
---

import Image from '/src/components/Image';

Zerops performs an automated scaling of hardware resources required to run your database based on its usage. If the current use of your database does not require as much performance or disk space the auto scaling reduces the resources and thus reduces the costs. If your database is under heavy load or needs to store more data, then auto scaling increases the resources for the database to make sure it runs smoothly.

## Configure auto scaling
Expand Down
2 changes: 2 additions & 0 deletions apps/docs/content/postgresql/how-to/create.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: Create a PostgreSQL service
---

import Image from '/src/components/Image';

## Create PostgreSQL using Zerops GUI

First, set up a project in Zerops GUI. Then go to the project dashboard page and choose **Add new service** in the left menu in the **Services** block. Then add a new PostgreSQL service:
Expand Down
2 changes: 2 additions & 0 deletions apps/docs/content/postgresql/how-to/scale.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: How Zerops scales PostgreSQL
---

import Image from '/src/components/Image';

Zerops performs an automated scaling of hardware resources required to run your database based on its usage. If the current use of your database does not require as much performance or disk space the auto scaling reduces the resources and thus reduces the costs. If your database is under heavy load or needs to store more data, then auto scaling increases the resources for the database to make sure it runs smoothly.

## Configure auto scaling
Expand Down

0 comments on commit 9fd7e02

Please sign in to comment.