0

how could redirect the database when doing taosdump restore in TDengine database V2.6 ?

I want to put my data dumped out into a new database with a new configuration .

Because I want to change the "update" configuration .

how should I implement ?

Yu Chen
  • 70
  • 1
  • 5

1 Answers1

0

after dumpout from taosdump , it will create a dbs.sql in the path.

you could change the dbname in the "create database xxxx" and other parameter you want to change.

then run "taosdump -i pathname "

this is the correct way for TDengine database restore data to a new database .

Yu Chen
  • 70
  • 1
  • 5