Can I use taosdump
to back up the data, create a new database, and import the data into the new database?
The expected parameters can be adjusted. If not, is there a suitable solution?
Version 3.0.1.8
if you use
taosdump
to back up one copy and then restore it to the same library and table, will it also lead to multiple versions of data? Will it cause query performance problems?If I make a backup like this
taosdump -h tdengine-server -uroot -ptaosdata -o F:\taos_backup dbA properties_a
Import into a new database. Can you specify the new database name and table name?
taosdump -h tdengine-server -uroot -ptaosdata -i F:\taos_backup dbB properties_b
Is this correct?