Apache Answer Meta
Questions Tags Users Badges

What files need to be backed up when upgrading?

Asked Dec 27, 2023 Modified Dec 28, 2023
Viewed 148
support upgrade backup

Back up database and configuration files before upgrading
Can you list the specific backup files?

edited Dec 28, 2023
xiaoyuandy33
asked Dec 27, 2023
1 Answers
  1. Database. You can run answer dump -p /tmp/ to dump your database. Of course you can use other database tools to do this.
  2. All file in your data dir. If you using docker run -d -p 9080:80 -v answer-data:/data --name answer apache/answer:latest The answer-data is your data dir.
edited Jan 1, 1970
LinkinStar1731
answered Dec 29, 2023
Related
Unable to log in and recover data after reinstalling via docker
1 answers
Could you please provide information about the default search functionality's search rules?
1 answers
Building a Custom Docker Image with Plugins for Apache Answer Suggest Best Practices?
1 answers
How to allow the question content to be empty? Some questions are simple enough with just a title
1 answers
I want to run Apache Answers on a Kubernetes Cluster with our in house OIDC
1 answers
How to install plugins on 1Panel?
1 answers

Terms of service Privacy policy

Powered by Answer - the open-source software that powers Q&A communities.
Made with love © 2025 Apache Answer Meta.