Skip to content

Commit

Permalink
Update cloud editor pricing (#3410)
Browse files Browse the repository at this point in the history
* chore: terminology update.
  • Loading branch information
billy-the-fish authored Sep 4, 2024
1 parent 1f47558 commit d210b4c
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion _partials/_cloud-installation.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Create a Timescale account
## Create a Timescale Cloud account

<Procedure>

Expand Down
2 changes: 1 addition & 1 deletion _troubleshooting/cloud-singledb.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ Each Timescale service hosts a single database named `tsdb`. You see this error
to create an additional database in a service. If you need another database,
[create a new service][create-service].

[create-service]: /getting-started/:currentVersion:/services/#create-a-timescale-service
[create-service]: /getting-started/:currentVersion:/services/#create-a-timescale-cloud-service
9 changes: 6 additions & 3 deletions getting-started/run-queries-from-console.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,11 +176,12 @@ If you'd like to prevent write operations such as insert or update. Instead
of using the `tsdbadmin` superuser, create a read-only user for your service and
use that within PopSQL.

## Cloud SQL editor seats
## Cloud SQL editor licenses

* **Timescale Cloud**: the number of Cloud SQL editor seats you are allocated depends on your
* **SQL editor**: free for anyone with a [Timescale Cloud account][create-cloud-account].
* **PopSQL with Timescale Cloud**: the number of Cloud SQL editor seats you are allocated depends on your
[Pricing Plan][pricing-plan-features].
* **PopSQL**: there is a free plan available to everyone, as well as paid plans. See [PopSQL Pricing](https://popsql.com/pricing) for full
* **PopSQL standalone**: there is a free plan available to everyone, as well as paid plans. See [PopSQL Pricing](https://popsql.com/pricing) for full
details.


Expand All @@ -193,3 +194,5 @@ use that within PopSQL.
[timescale-console-services]: https://console.cloud.timescale.com/dashboard/services
[pricing-plan-features]: https://www.timescale.com/pricing#features
[install-psql]: /use-timescale/:currentVersion:/integrations/query-admin/psql/
[create-cloud-account]: /getting-started/:currentVersion:/services/#create-a-timescale-cloud-account

2 changes: 1 addition & 1 deletion getting-started/services.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ editor in Timescale Console, or command line tools.

<Install />

## Create a Timescale service
## Create a Timescale Cloud service

<Procedure>

Expand Down
2 changes: 1 addition & 1 deletion use-timescale/services/service-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ service. If you need data isolation, use schemas or create additional services.

[cloud-login]: https://console.cloud.timescale.com/
[pg-roles-doc]: https://www.postgresql.org/docs/current/role-attributes.html
[create-service]: /getting-started/:currentVersion:/services/#create-a-timescale-service
[create-service]: /getting-started/:currentVersion:/services/#create-a-timescale-cloud-service
2 changes: 1 addition & 1 deletion use-timescale/vpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,4 +220,4 @@ some time for DNS propagation.
[aws-vpc-connect-vpcs]: /use-timescale/:currentVersion:/vpc/#attach-a-timescale-service-to-the-peering-vpc


[create-service]: /getting-started/:currentVersion:/services/#create-a-timescale-service
[create-service]: /getting-started/:currentVersion:/services/#create-a-timescale-cloud-service

0 comments on commit d210b4c

Please sign in to comment.