diff --git a/migrate/dual-write-and-backfill.md b/migrate/dual-write-and-backfill.md index 1c1741cac8..6e53569bb5 100644 --- a/migrate/dual-write-and-backfill.md +++ b/migrate/dual-write-and-backfill.md @@ -1,6 +1,6 @@ --- title: Low-downtime migrations with dual-write and backfill -excerpt: Migrate a hypertable or entire database with low downtime +excerpt: Migrate a hypertable or your entire database to Timescale Cloud with low downtime using dual-write and backfill products: [cloud, self_hosted] keywords: [backups, restore] tags: [recovery, logical backup, pg_dump, pg_restore] diff --git a/migrate/dual-write-and-backfill/dual-write-from-other.md b/migrate/dual-write-and-backfill/dual-write-from-other.md index b89113803e..9725cef8d4 100644 --- a/migrate/dual-write-and-backfill/dual-write-from-other.md +++ b/migrate/dual-write-and-backfill/dual-write-from-other.md @@ -1,6 +1,6 @@ --- title: Migrate from non-PostgreSQL using dual-write and backfill -excerpt: Migrate from a non-PostgreSQL database using the low-downtime dual-write and backfill method +excerpt: Migrate from a non-PostgreSQL database to Timescale Cloud using the low-downtime dual-write and backfill method products: [cloud] keywords: [migration, low-downtime] tags: [migration, logical backup] diff --git a/migrate/dual-write-and-backfill/dual-write-from-postgres.md b/migrate/dual-write-and-backfill/dual-write-from-postgres.md index cb521886ba..4299536479 100644 --- a/migrate/dual-write-and-backfill/dual-write-from-postgres.md +++ b/migrate/dual-write-and-backfill/dual-write-from-postgres.md @@ -1,6 +1,6 @@ --- title: Migrate from PostgreSQL using dual-write and backfill -excerpt: Migrate from a PostgreSQL database using the low-downtime dual-write and backfill method +excerpt: Migrate from a PostgreSQL database to Timescale Cloud using the low-downtime dual-write and backfill method products: [cloud] keywords: [migration, low-downtime] tags: [migration, logical backup] diff --git a/migrate/dual-write-and-backfill/dual-write-from-timescaledb.md b/migrate/dual-write-and-backfill/dual-write-from-timescaledb.md index 93f257e647..0bbbc0c937 100644 --- a/migrate/dual-write-and-backfill/dual-write-from-timescaledb.md +++ b/migrate/dual-write-and-backfill/dual-write-from-timescaledb.md @@ -1,6 +1,6 @@ --- title: Migrate from TimescaleDB using dual-write and backfill -excerpt: Migrate from a TimescaleDB database using the low-downtime dual-write and backfill method +excerpt: Migrate from a TimescaleDB database to Timescale Cloud using the low-downtime dual-write and backfill method products: [cloud] keywords: [migration, low-downtime] tags: [migration, logical backup] diff --git a/migrate/dual-write-and-backfill/index.md b/migrate/dual-write-and-backfill/index.md index 700988d141..f0bbd596e0 100644 --- a/migrate/dual-write-and-backfill/index.md +++ b/migrate/dual-write-and-backfill/index.md @@ -1,6 +1,6 @@ --- title: Low-downtime migrations with dual-write and backfill -excerpt: Migrate a hypertable or entire database with low downtime +excerpt: Migrate a hypertable or your entire database to Timescale Cloud with low downtime products: [cloud, self_hosted] keywords: [backups, restore] tags: [recovery, logical backup, pg_dump, pg_restore] diff --git a/migrate/dual-write-and-backfill/timescaledb-backfill.md b/migrate/dual-write-and-backfill/timescaledb-backfill.md index 539ed5329d..7ea804a0f4 100644 --- a/migrate/dual-write-and-backfill/timescaledb-backfill.md +++ b/migrate/dual-write-and-backfill/timescaledb-backfill.md @@ -1,3 +1,11 @@ +--- +title: Migrate with timescaledb-backfill +excerpt: Use the timescaledb-backfill tool to migrate your database to Timescale Cloud by copying historic data into your service +products: [cloud] +keywords: [migration, low-downtime] +tags: [migration, logical backup] +--- + import SourceTargetNote from "versionContent/_partials/_migrate_source_target_note.mdx"; # timescaledb-backfill diff --git a/migrate/index.md b/migrate/index.md index 8bdbfa5905..ef8ffbae1a 100644 --- a/migrate/index.md +++ b/migrate/index.md @@ -1,6 +1,6 @@ --- title: Migrate your data to Timescale Cloud -excerpt: Migrate existing database to Timescale Cloud +excerpt: Migrate your existing database to Timescale Cloud - with downtime, live, or using dual-write and backfill products: [cloud] keywords: [data migration, postgresql, RDS] tags: [ingest, migrate, RDS] diff --git a/migrate/live-migration.md b/migrate/live-migration.md index 571ec96a6e..1de46c078f 100644 --- a/migrate/live-migration.md +++ b/migrate/live-migration.md @@ -1,6 +1,6 @@ --- title: Live migration -excerpt: Migrate an entire database with low downtime +excerpt: Migrate your entire database to Timescale Cloud with low downtime products: [cloud] keywords: [migration, low-downtime, backup] tags: [recovery, logical backup, replication] diff --git a/migrate/livesync.md b/migrate/livesync.md index 88619ae288..d89d0180ce 100644 --- a/migrate/livesync.md +++ b/migrate/livesync.md @@ -1,6 +1,6 @@ --- title: Livesync from Postgres to Timescale Cloud -excerpt: Synchronize updates to a primary postgres database instance to Timescale Cloud service in real-time +excerpt: Synchronize updates to your primary PostgreSQL database with the corresponding Timescale Cloud service in real time products: [cloud] keywords: [migration, low-downtime, backup] tags: [recovery, logical backup, replication] diff --git a/migrate/pg-dump-and-restore.md b/migrate/pg-dump-and-restore.md index b5af1ae678..3efe06af1f 100644 --- a/migrate/pg-dump-and-restore.md +++ b/migrate/pg-dump-and-restore.md @@ -1,6 +1,6 @@ --- title: Migrate with downtime -excerpt: Migrate a hypertable or entire database with native PostgreSQL commands +excerpt: Migrate a hypertable or an entire database to Timescale Cloud with native PostgreSQL commands. Use `pg_dump` and `pg_restore` to move less than 100GB of data products: [cloud, self_hosted] keywords: [backups, restore] tags: [recovery, logical backup, pg_dump, pg_restore] diff --git a/self-hosted/backup-and-restore/index.md b/self-hosted/backup-and-restore/index.md index dcf55fb714..5f80392c51 100644 --- a/self-hosted/backup-and-restore/index.md +++ b/self-hosted/backup-and-restore/index.md @@ -1,6 +1,6 @@ --- title: Backup and restore -excerpt: Learn how to back up and restore your TimescaleDB instance +excerpt: Back up and restore your TimescaleDB instance - use logical backup with `pg_dump` and `pg_restore` or physical backup with `pg_basebackup` products: [self_hosted] keywords: [backups, restore] tags: [recovery] diff --git a/self-hosted/backup-and-restore/physical.md b/self-hosted/backup-and-restore/physical.md index 1508d018e7..1935b5d5a6 100644 --- a/self-hosted/backup-and-restore/physical.md +++ b/self-hosted/backup-and-restore/physical.md @@ -1,6 +1,6 @@ --- title: Physical backups -excerpt: How to take physical backups of your TimescaleDB instance +excerpt: Make physical backups of your entire TimescaleDB instance with `pg_basebackup` or external backup and restore managers products: [self_hosted] keywords: [backups] tags: [restore, recovery, physical backup] diff --git a/self-hosted/configuration/about-configuration.md b/self-hosted/configuration/about-configuration.md index 108865c29e..1912a9ec05 100644 --- a/self-hosted/configuration/about-configuration.md +++ b/self-hosted/configuration/about-configuration.md @@ -1,6 +1,6 @@ --- title: About configuration in TimescaleDB -excerpt: About the TimescaleDB configurations +excerpt: Configure your TimescaleDB instance including settings related to memory, workers, disk writes, and transactional locks products: [self_hosted] keywords: [configuration, memory, workers, settings] --- diff --git a/self-hosted/configuration/index.md b/self-hosted/configuration/index.md index 57a05d6437..5dedd2aade 100644 --- a/self-hosted/configuration/index.md +++ b/self-hosted/configuration/index.md @@ -1,6 +1,6 @@ --- title: Configuration -excerpt: Learn about configuring your TimescaleDB instance +excerpt: Learn how to configure your TimescaleDB instance on top of the default PostgreSQL server configuration settings products: [self_hosted] keywords: [configuration, settings] --- diff --git a/self-hosted/configuration/postgres-config.md b/self-hosted/configuration/postgres-config.md index 483df9c1a1..8e32673e7c 100644 --- a/self-hosted/configuration/postgres-config.md +++ b/self-hosted/configuration/postgres-config.md @@ -1,6 +1,6 @@ --- title: Manual PostgreSQL configuration and tuning -excerpt: How to manually configure your PostgreSQL instance +excerpt: Manually configure your self-hosted database using the PostgreSQL configuration file products: [self_hosted] keywords: [configuration, settings] tags: [tune] diff --git a/self-hosted/configuration/telemetry.md b/self-hosted/configuration/telemetry.md index 7083720d68..d05acd70cd 100644 --- a/self-hosted/configuration/telemetry.md +++ b/self-hosted/configuration/telemetry.md @@ -1,6 +1,6 @@ --- title: Telemetry and version checking -excerpt: What telemetry TimescaleDB collects and how to disable telemetry +excerpt: Learn what telemetry TimescaleDB collects and how to disable it products: [self_hosted] keywords: [settings, telemetry] --- diff --git a/self-hosted/configuration/timescaledb-config.md b/self-hosted/configuration/timescaledb-config.md index 4f92fb621d..54c89e1da6 100644 --- a/self-hosted/configuration/timescaledb-config.md +++ b/self-hosted/configuration/timescaledb-config.md @@ -1,6 +1,6 @@ --- title: TimescaleDB configuration and tuning -excerpt: How to change configuration settings for TimescaleDB +excerpt: Configure the TimescaleDB settings related to policies, query planning and execution, distributed hypertables, and administration products: [self_hosted] keywords: [configuration, settings] tags: [tune] diff --git a/self-hosted/configuration/timescaledb-tune.md b/self-hosted/configuration/timescaledb-tune.md index 85feba892e..690b4d18fa 100644 --- a/self-hosted/configuration/timescaledb-tune.md +++ b/self-hosted/configuration/timescaledb-tune.md @@ -1,6 +1,6 @@ --- title: TimescaleDB tuning tool -excerpt: Use the timescaledb-tune tool to automatically configure your TimescaleDB instance +excerpt: Use timescaledb-tun to automatically configure your TimescaleDB instance. Timescaledb-tune handles setting the most common parameters to appropriate values based on your system products: [self_hosted] keywords: [configuration, settings, timescaledb-tune] tags: [tune] diff --git a/self-hosted/index.md b/self-hosted/index.md index 16a4cd3566..ba50a573e9 100644 --- a/self-hosted/index.md +++ b/self-hosted/index.md @@ -1,6 +1,6 @@ --- title: Self-hosted TimescaleDB -excerpt: Deploying Timescale on your own hardware +excerpt: TimescaleDB is an extension for PostgreSQL that powers real-time analytics on time-series and event data, while also increasing ingest, query, and storage performance. Learn more about how to install and use it products: [self_hosted] tags: [self-hosted, about] --- diff --git a/self-hosted/install/index.md b/self-hosted/install/index.md index 2b2442dc6f..0bcd87dfc2 100644 --- a/self-hosted/install/index.md +++ b/self-hosted/install/index.md @@ -1,6 +1,6 @@ --- title: Install self-hosted TimescaleDB -excerpt: Install TimescaleDB on your own hardware +excerpt: Deploy TimescaleDB on your own hardware. Deploy on Docker, Kubernetes, Linux, MacOS, Windows, or build from source products: [self_hosted] keywords: [installation] --- diff --git a/self-hosted/install/installation-docker.md b/self-hosted/install/installation-docker.md index cd831d3b5f..9bbdfb6a10 100644 --- a/self-hosted/install/installation-docker.md +++ b/self-hosted/install/installation-docker.md @@ -1,6 +1,6 @@ --- title: Install TimescaleDB on Docker -excerpt: Install self-hosted TimescaleDB from a pre-built Docker container +excerpt: Install self-hosted TimescaleDB on any local system from a pre-built Docker container products: [self_hosted] keywords: [installation, self-hosted, Docker] --- diff --git a/self-hosted/install/installation-kubernetes.md b/self-hosted/install/installation-kubernetes.md index 7cabc4f7f9..49534a0de2 100644 --- a/self-hosted/install/installation-kubernetes.md +++ b/self-hosted/install/installation-kubernetes.md @@ -1,6 +1,6 @@ --- title: Install TimescaleDB on Kubernetes -excerpt: Install self-hosted TimescaleDB on Kubernetes +excerpt: Run TimescaleDB inside Kubernetes using the TimescaleDB Docker container image products: [self_hosted] keywords: [installation, self-hosted, Kubernetes] --- diff --git a/self-hosted/install/installation-linux.md b/self-hosted/install/installation-linux.md index f523415790..8af7954d2a 100644 --- a/self-hosted/install/installation-linux.md +++ b/self-hosted/install/installation-linux.md @@ -1,6 +1,6 @@ --- title: Install TimescaleDB on Linux -excerpt: Install self-hosted TimescaleDB on Linux +excerpt: Install self-hosted TimescaleDB on Debian, Red Hat, or ArchLinux products: [self_hosted] keywords: [installation, self-hosted, Debian, Ubuntu, RHEL, Fedora] --- diff --git a/self-hosted/install/installation-macos.md b/self-hosted/install/installation-macos.md index 58fc54cafc..8d67781e72 100644 --- a/self-hosted/install/installation-macos.md +++ b/self-hosted/install/installation-macos.md @@ -1,6 +1,6 @@ --- title: Install TimescaleDB on macOS -excerpt: Install self-hosted TimescaleDB on macOS +excerpt: Install self-hosted TimescaleDB on macOS with Homebrew or MacPorts products: [self_hosted] keywords: [installation, self-hosted, macOS] --- diff --git a/self-hosted/migration/entire-database.md b/self-hosted/migration/entire-database.md index 4676fcc457..5abbcf6ab4 100644 --- a/self-hosted/migration/entire-database.md +++ b/self-hosted/migration/entire-database.md @@ -1,6 +1,6 @@ --- title: Migrate the entire database at once -excerpt: Migrate an entire Timescale database to self-hosted TimescaleDB in one go +excerpt: Migrate a small database to self-hosted TimescaleDB in one go with `pg_dump` and `pg_restore` products: [self_hosted] keywords: [data migration] tags: [ingest] diff --git a/self-hosted/migration/index.md b/self-hosted/migration/index.md index d238532bf9..94825bc920 100644 --- a/self-hosted/migration/index.md +++ b/self-hosted/migration/index.md @@ -1,6 +1,6 @@ --- title: Migrate your PostgreSQL database to self-hosted TimescaleDB -excerpt: Migrate an existing PostgreSQL database to Timescale +excerpt: Choose how to migrate your existing PostgreSQL database to your self-hosted TimescaleDB installation - all at once, by separating data and schema, within the same database, or using Outflux products: [self_hosted] keywords: [data migration, self_hosted, postgresql, RDS] tags: [ingest, migrate, RDS] diff --git a/self-hosted/migration/migrate-influxdb.md b/self-hosted/migration/migrate-influxdb.md index 3193f7fd49..0c123b65f0 100644 --- a/self-hosted/migration/migrate-influxdb.md +++ b/self-hosted/migration/migrate-influxdb.md @@ -1,6 +1,6 @@ --- title: Migrate data to Timescale from InfluxDB -excerpt: Migrate data into Timescale using the Outflux tool +excerpt: Migrate data into your self-hosted TimescaleDB installation using the Outflux tool products: [self_hosted] keywords: [data migration, InfluxDB] tags: [import, Outflux] diff --git a/self-hosted/migration/same-db.md b/self-hosted/migration/same-db.md index 841246eb4e..563aaa281a 100644 --- a/self-hosted/migration/same-db.md +++ b/self-hosted/migration/same-db.md @@ -1,6 +1,6 @@ --- title: Migrate data to Timescale from the same PostgreSQL instance -excerpt: Migrate data into a Timescale hypertable from a regular PostgreSQL table +excerpt: Migrate data into a TimescaleDB hypertable from a regular PostgreSQL table products: [self_hosted] keywords: [data migration, PostgreSQL] tags: [import] diff --git a/self-hosted/migration/schema-then-data.md b/self-hosted/migration/schema-then-data.md index 20ed4a352c..31e7f0cf60 100644 --- a/self-hosted/migration/schema-then-data.md +++ b/self-hosted/migration/schema-then-data.md @@ -1,6 +1,6 @@ --- title: Migrate schema and data separately -excerpt: Migrate your Timescale data and schema to self-hosted TimescaleDB +excerpt: Migrate your data and schema to self-hosted TimescaleDB. This method copies each table or chunk separately, which means you can restart midway if one copy operation fails products: [self_hosted] keywords: [data migration] tags: [ingest]