AdheipSingh opened a new issue #9581: Druid DeepStorage Migration To s3 URL: https://github.com/apache/druid/issues/9581 Hi, I am trying to migrate druid segments from deepstorage ( which is local server ) to s3. I was trying to follow the steps mentioned in https://druid.apache.org/docs/latest/operations/export-metadata.html#deep-storage-migration. Somehow the steps and commands are bit unclear to understand. Metadata migration works fine. But how to use the export tool for deepstorage is unclear. I tried a combination of commands to sort it, but din't work. Here is my command ``` java -classpath "lib/*" -Dlog4j.configurationFile=conf/druid/cluster/_common/log4j2.xml -Duid.extensions.directory="extensions" -Ddruid.extensions.loadList=[] -Daws.region=nyc org.apache.druid.cli.Main tools export-metadata --connectURI "jdbc:derby://localhost:1527/var/druid/metadata.db;" --s3bucket s3://wtm-druid/druid --s3baseKey druid ``` Any help would be useful. Thanks
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
