You can migrate time-series data into your Timescale hypertables:
- For data stored in PostgreSQL, see instructions for:
- For data stored in a
.csv
file, see instructions for importing data from a.csv
. - For data stored in InfluxDB, see instructions for migrating data with Outflux.
If you need to migrate an entire database, see the section on database migration instead.
For a successful migration, your destination database must have enough free disk space. In most cases, you need disk space of at least 1.5 times the size of the original data and any indexes. If your migration method requires decompression, you should also account for the size of any temporarily decompressed tables. For more information, see the specific instructions for your use case.
Found an issue on this page?
Report an issue!Keywords