What files need to be backed up when upgrading?

Viewed 96

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

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.