Skip to content

Commit

Permalink
docs(tutorials): fix date and space (#2220)
Browse files Browse the repository at this point in the history
  • Loading branch information
nerda-codes authored Oct 2, 2023
1 parent 3c5d2da commit 601534b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tutorials/install-cockroachdb-scaleway-instances/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ categories:
- compute
- instances
dates:
validation: 2023-08-31
posted: 2023-08-31
validation: 2023-10-02
posted: 2023-10-02
---

[CockroachDB](https://www.cockroachlabs.com/docs/v23.1/frequently-asked-questions) is an open-source, distributed SQL database designed to be scalable, reliable, and consistent.
Expand Down Expand Up @@ -86,7 +86,7 @@ This procedure shows you how to create Instances for each node you plan to have
gateway-id=<id> dhcp-id=<id> private-network-id=<id>
```

5. Run the following command to create an Instance in the `fr-par-1` zone with a data volume of 30GB.
5. Run the following command to create an Instance in the `fr-par-1` zone with a data volume of 30 GB.
```
scw instance server create name=db01 zone=fr-par-1 type=PRO2-XXS image=ubuntu_jammy ip=none additional-volumes.0=b:30G
```
Expand Down

0 comments on commit 601534b

Please sign in to comment.