FACT_core
FACT_core copied to clipboard
how to move fact system and data to other cloud server?
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
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