-
-
Notifications
You must be signed in to change notification settings - Fork 297
Home
laxmanpradhan edited this page Jul 6, 2018
·
14 revisions
- Webserver - Apache or Nginx
- PHP 5.6+
- PDO
- PDO_SQLITE
- SQLITE3 [For Chat]
- FOPEN
- SimpleXML
- PHP-ZIP
- OPENSSL
- MAIL [Used for resetting passwords]
- CURL [For Plex & Emby Logins]
- The webUI can create a timestamped zip file of all the relevant files needed for backup. Settings -> Advanced -> Save Icon -> BACKUP NOW. This file will be created in /database/backups/ . This is a manual process that requires the user to press the button and also copy the backup file to a safe location.
- If you want automated backups made via a third party backup application, you need to backup the following files:
- in /database you need: org.log, loginLog.json and users.db
- in /www/Dashboard/config you need config.php
If you use a backup application, you can have it make incremental backups for the above 4 files automatically.
- Install Organizr as you would normally
- Copy the above 4 files into their correct location, overwriting the existing files.
- Restart the docker (or process if not in docker) and refresh the web page for Organizr