Tiger Cloud: Performance, Scale, Enterprise
Self-hosted products
MST
You use downtime migration to move less than 100GB of data from a self-hosted database to a Tiger Cloud service.
Downtime migration uses the native PostgreSQL pg_dump
and
pg_restore
commands.
If you are migrating from self-hosted TimescaleDB, this method works for hypertables compressed into the columnstore without having
to convert the data back to the rowstore before you begin.
Important
If you want to migrate more than 400GB of data, create a Tiger Cloud Console support request, or
send us an email at support@tigerdata.com
saying how much data you want to migrate. We pre-provision
your Tiger Cloud service for you.
However, downtime migration for large amounts of data takes a large amount of time. For more than 100GB of data, best practice is to follow live migration.
This page shows you how to move your data from a self-hosted database to a Tiger Cloud service using shell commands.
Best practice is to use an Ubuntu EC2 instance hosted in the same region as your
Tiger Cloud service to move data. That is, the machine you run the commands on to move your
data from your source database to your target Tiger Cloud service.
Before you move your data:
Create a target Tiger Cloud service.
Each Tiger Cloud service has a single PostgreSQL instance that supports the most popular extensions. Tiger Cloud services do not support tablespaces, and there is no superuser associated with a service. Best practice is to create a Tiger Cloud service with at least 8 CPUs for a smoother experience. A higher-spec instance can significantly reduce the overall migration window.
To ensure that maintenance does not run while migration is in progress, best practice is to adjust the maintenance window.
Install the PostgreSQL client tools on your migration machine.
This includes
psql
,pg_dump
, andpg_dumpall
.Install the GNU implementation of
sed
.Run
sed --version
on your migration machine. GNU sed identifies itself as GNU software, BSD sed returnssed: illegal option -- -
.
To move your data from a self-hosted database to a Tiger Cloud service:
Keywords
Found an issue on this page?Report an issue or Edit this page
in GitHub.