Back up database and configuration files before upgrading
Can you list the specific backup files?
Back up database and configuration files before upgrading
Can you list the specific backup files?
answer dump -p /tmp/
to dump your database. Of course you can use other database tools to do this.docker run -d -p 9080:80 -v answer-data:/data --name answer apache/answer:latest
The answer-data is your data dir.