You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`--publication`: The name of the publication as you created in the previous step. To use multiple publication repeat the `--publication` flag.
@@ -191,6 +191,19 @@ instance to a $SERVICE_LONG:
191
191
192
192
`--target`: The connection string to the target $SERVICE_LONG.
193
193
194
+
`--table-map`: (Optional) A JSON string that maps source tables to target tables. If not provided, the source and target table names are assumed to be the same.
195
+
For example, to map the source table `metrics` to the target table `metrics_data`:
## 🦋 Developer role GA and hypertable transformation in Console
27
+
<Labeltype="date">August 21, 2025</Label>
28
+
29
+
### Developer role (GA)
30
+
31
+
The [Developer role in Tiger Cloud](https://docs.tigerdata.com/use-timescale/latest/security/members/) is now
32
+
generally available. It’s a project‑scoped permission set that lets technical users build and
33
+
operate services, create or modify resources, run queries, and use observability—without admin or billing access.
34
+
This enforces least‑privilege by default, reducing risk and audit noise, while keeping governance with Admins/Owners and
35
+
billing with Finance. This means faster delivery (fewer access escalations), protected sensitive settings,
36
+
and clear boundaries, so the right users can ship changes safely, while compliance and cost control remain intact.
37
+
38
+
### Transform a table to a hypertable from the Explorer
39
+
40
+
In Console, you can now easily create hypertables from your regular Postgres tables directly from the Explorer.
41
+
Clicking on any Postgres table shows an option to open up the hypertable action. Follow the simple steps to set up your
42
+
partition key and transform the table to a hypertable.
43
+
44
+

45
+
46
+

47
+
48
+
## Cross-region backups, Postgres options, and onboarding
13
49
<Labeltype="date">August 14, 2025</Label>
14
50
15
51
### Cross-region backups
16
52
17
53
You can now store backups in a different region than your service, which improves resilience and helps meet enterprise compliance requirements. Cross‑region backups are available on our Enterprise plan for free at launch; usage‑based billing may be introduced later. For full details, please [see the docs](https://docs.tigerdata.com/use-timescale/latest/backup-restore/#enable-cross-region-backup).
18
54
19
-
### Standard PostgreSQL instructions for onboarding
55
+
### Standard Postgres instructions for onboarding
20
56
We have added basic instructions for INSERT, UPDATE, DELETE commands to the Tiger Cloud console. It's now shown as an option in the Import Data page.
21
57
22
-
### PostgreSQL-only service type
23
-
In Tiger Cloud, you now have an option to choose PostgreSQL-only in the service creation flow. Just click on "Looking for PostgreSQL" on the Service Type screen.
58
+
### Postgres-only service type
59
+
In Tiger Cloud, you now have an option to choose Postgres-only in the service creation flow. Just click `Looking for plan PostgreSQL?` on the `Service Type` screen.
24
60
25
61
## Viewer role GA, EXPLAIN plans, and chunk index sizes in Explorer
Copy file name to clipboardExpand all lines: getting-started/services.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,8 @@ Now that you have an active $ACCOUNT_LONG, you create and manage your $SERVICE_S
35
35
36
36

37
37
38
+
To create a plain $PG $SERVICE_SHORT, without any additional capabilities, click `Looking for plan PostgreSQL?` in the top right.
39
+
38
40
1. Follow the next steps in `Create a service` to configure the region, compute size, environment, availability, connectivity, and $SERVICE_SHORT name. Then click `Create service`.
39
41
40
42
Your $SERVICE_SHORT is constructed and ready to use in a few seconds.
0 commit comments