meta data for this page
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
backups [2024/08/29 20:13] – external edit 127.0.0.1 | backups [2025/07/28 20:19] (current) – Removed Typo ( back up up the entire Virtual machine) 84.196.198.57 | ||
---|---|---|---|
Line 5: | Line 5: | ||
Summary: | Summary: | ||
- | **1. You should regularly back up up the __entire Virtual machine__ running ITFlow.** | + | **1. You should regularly back up the __entire Virtual machine__ running ITFlow.** |
* The terminology for this may differ depending on your virtualization platform, but essentially you want an image/ | * The terminology for this may differ depending on your virtualization platform, but essentially you want an image/ | ||
* This allows you to easily capture & restore the files & database. | * This allows you to easily capture & restore the files & database. | ||
Line 33: | Line 33: | ||
* Each database update will change the schema - restoring an older backup may fail or not work as intended as fields will have been added/ | * Each database update will change the schema - restoring an older backup may fail or not work as intended as fields will have been added/ | ||
* It is essential that you back up the database regularly, and **perform an on-demand backup before and after performing updates**. | * It is essential that you back up the database regularly, and **perform an on-demand backup before and after performing updates**. | ||
- | * You can take one-off database backups at ''/ | + | * You can take one-off database backups at ''/ |
+ | * **NOTE:** Older installations may reference ''/ | ||
+ | * Recommended: | ||
===== Master Encryption key ===== | ===== Master Encryption key ===== | ||
* ITFlow allows you to store login credentials for assets, websites, etc. | * ITFlow allows you to store login credentials for assets, websites, etc. | ||
* Usernames and passwords entered are encrypted in the database using a //**master encryption key**//. This key is never stored in plaintext on the disk or in the database. You'll need this key if you ever need to recover encrypted passwords from the database. | * Usernames and passwords entered are encrypted in the database using a //**master encryption key**//. This key is never stored in plaintext on the disk or in the database. You'll need this key if you ever need to recover encrypted passwords from the database. | ||
- | * You can retrieve your key at ''/ | + | * You can retrieve your key at ''/ |
+ | * **NOTE:** Older installations may reference ''/ |