Skip to content
This repository was archived by the owner on Apr 20, 2026. It is now read-only.
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: 5 additions & 3 deletions _partials/_livesync-terminal.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,14 +172,16 @@ instance to a $SERVICE_LONG:

1. **Start the $PG_CONNECTOR**

As you run the $PG_CONNECTOR continuously, best practice is to run it as a Docker daemon.
As you run the $PG_CONNECTOR continuously, best practice is to run it as a Docker daemon.

```shell
docker run -d --rm --name livesync timescale/live-sync:v0.11.2 run \
docker run -d --rm --name livesync timescale/live-sync:<version-tag> run \
--publication <publication_name> --subscription <subscription_name> \
--source $SOURCE --target $TARGET --table-map <table_map_as_json>
```

`version-tag`: The latest available version tag of the live-sync image. See [Docker Hub](https://hub.docker.com/r/timescale/live-sync).

`--publication`: The name of the publication as you created in the previous step. To use multiple publications, repeat the `--publication` flag.

`--subscription`: The name that identifies the subscription on the target $SERVICE_LONG.
Expand Down Expand Up @@ -331,7 +333,7 @@ EOF
Use the `--drop` flag to remove the replication slots created by the $PG_CONNECTOR on the source database.

```shell
docker run -it --rm --name livesync timescale/live-sync:v0.11.2 run \
docker run -it --rm --name livesync timescale/live-sync:<version-tag> run \
--publication <publication_name> --subscription <subscription_name> \
--source $SOURCE --target $TARGET \
--drop
Expand Down
2 changes: 1 addition & 1 deletion _partials/_migrate_open_support_request.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
You can open a support request directly from [$CONSOLE_LONG][open-support-ticket],
or by email to [support@tigerdata.com](mailto:support@tigerdata.com).

[open-support-ticket]: https://console.cloud.timescale.com/dashboard/support
[open-support-ticket]: https://console.cloud.timescale.com/dashboard/support/cases
7 changes: 6 additions & 1 deletion _partials/_support-plans.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ Support covers all timezones and is fully staffed at weekend hours.

All paid $PRICING_PLANs have free Developer Support through email with a target response time of 1 business
day; we are often faster. If you need 24x7 responsiveness, talk to us about
[Production Support][production-support]. With Production Support, you can request help at any time at our [Support portal][support-portal].
[Production Support][production-support].

You can open, view, reply to, and close support tickets from the `Support` tab in $CONSOLE_LONG:

![Manage support in Tiger Cloud](https://assets.timescale.com/docs/images/tiger-cloud-manage-support.png)


[production-support]: https://www.tigerdata.com/support
[support-portal]: https://portal.support.timescale.com/login
12 changes: 12 additions & 0 deletions about/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,18 @@ products: [cloud]

All the latest features and updates to $CLOUD_LONG.

## Support cases in Tiger Console
<Label type="date">March 23, 2026</Label>

You can now view and manage your support cases directly in Tiger Console. Open the `Support` tab at the project level to:

- View all support cases for your project from the last 90 days
- Read the full email conversation thread
- Reply to open cases
- Close open cases

![Manage support in Tiger Cloud](https://assets.timescale.com/docs/images/tiger-cloud-manage-support.png)

## Support for Azure Monitor
<Label type="date">March 17, 2026</Label>

Expand Down
5 changes: 5 additions & 0 deletions ai/page-index/page-index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ module.exports = [
excerpt:
"Integrate AI with your Tiger Data products",
children: [
{
title: "Vectorizer and in-database LLM calls migration guide",
href: "vectorizer-deprecation",
excerpt: "Migration guide for the deprecation of managed vectorizer and in-database LLM calls on Tiger Cloud",
},
{
title: "Integrate Tiger Cloud with your AI Assistant",
href: "mcp-server",
Expand Down
Loading
Loading