FACT_core icon indicating copy to clipboard operation
FACT_core copied to clipboard

how to move fact system and data to other cloud server?

Open chenjianquan7 opened this issue 2 years ago • 1 comments

i am deploy fact on an server , i will move it to other server ,data is important , has any way to do it? thany you

chenjianquan7 avatar Dec 26 '22 08:12 chenjianquan7

There are four important things that you want to include (if I didn't miss anything):

  • your configuration (including your database passwords, etc.)
  • the firmware file folder (by default in /media/data/fact_fw_data/; the files that were unpacked recursively from your uploaded firmware containers)
  • the user database (by default in /media/data/fact_auth_data/; may be empty if you never used the "authentication" option)
  • the analysis and comparison database: uses PostgreSQL and can be saved to a file with this command (see also https://www.postgresql.org/docs/current/backup-dump.html)
pg_dump fact_db > fact_backup

jstucke avatar Jan 02 '23 15:01 jstucke