ragflow icon indicating copy to clipboard operation
ragflow copied to clipboard

[Question]: Maintain my configuration during update ragflow.

Open Simonqujian78 opened this issue 9 months ago • 1 comments

Self Checks

  • [x] I have searched for existing issues search for existing issues, including closed ones.
  • [x] I confirm that I am using English to submit this report (Language Policy).
  • [x] Non-english title submitions will be closed directly ( 非英文标题的提交将会被直接关闭 ) (Language Policy).
  • [x] Please do not modify this template :) and fill in all the required fields.

Describe your problem

OS:WIN11, Platform:Desktop docker 4.39.0. I downlaoded ragflow-main(zip ,version 0.17.0) from Github and deployed completed. Now I find the laest version is 0.17.1. I want to update my ragflow. I want to maintain my configuration before update. My question is: 1. How to backup my ragflow configuation so that after deploying 0.17.1,all parametres are same as 0.17,such as ports\host. 2. How to update ragflow, unzipping 0.17.1 zipfile and compose it agaijn, it is the only way?

Simonqujian78 avatar Mar 12 '25 12:03 Simonqujian78

All the data will be the same after upgrading. The configuration is mainly controlled by /ragflow/conf/service_conf.yaml. If you build the docker image from the scratch, be mind of docker/.env and docker/service_conf.yaml.template.

KevinHuSh avatar Mar 13 '25 02:03 KevinHuSh