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 [2023/12/16 15:01] – reword to highlight that VM backups are best wrongecho | backups [2025/01/26 10:03] (current) – [Database] indent old wrongecho | ||
---|---|---|---|
Line 3: | Line 3: | ||
As ITFlow will hold essential data about you and your clients, it is essential that you take (and test) regular nightly backups, in addition to on-demand backups before & after performing updates. | As ITFlow will hold essential data about you and your clients, it is essential that you take (and test) regular nightly backups, in addition to on-demand backups before & after performing updates. | ||
- | __**Backups are likely best achieved by creating some sort of image/ | + | Summary: |
+ | **1. You should regularly back up up the __entire Virtual machine__ running ITFlow.** | ||
+ | * 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. | ||
- | --- | + | **2. You should retrieve and securely store your __master encryption key__** |
- | ITFlow is split into three main areas. If you are unable to backup the entire VM, you'll need to backup/restore each of these (at the same time): | + | |
+ | |||
+ | ---- | ||
+ | |||
+ | |||
+ | ITFlow is split into three main areas. If you are unable to backup the entire VM, you'll need to backup the files & database individually | ||
* Files | * Files | ||
Line 24: | Line 32: | ||
* Your MariaDB database will contain all information entered into ITFlow. | * Your MariaDB database will contain all information entered into ITFlow. | ||
* 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 databse | + | * It is essential that you back up the database |
- | * 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 ''/ |