Restore timescale backup into a PG DB

Hey Guys,
Is there anyway to create a backup from TimescaleDB and restore into a PostgreSQL?

I have a TimescaleDB and want to dump data into a another PostgresSQL on GCP which is not a Timescale.

With Regards

You could use the copy command to extract data as csv and then write it back to a vanilla pg table. Wouldn’t know of another way.