mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Update FAQ.md
This commit is contained in:
@@ -317,12 +317,11 @@ architecture then the following steps should be all that's needed:
|
||||
librenms -u root -p > librenms.sql`)...
|
||||
- and import it into your new server (`mysql -u root -p librenms < librenms.sql`).
|
||||
- Copy the `rrd/` folder to the new server.
|
||||
- Copy the `config.php` file to the new server.
|
||||
- Copy the `.env` and `config.php` files to the new server.
|
||||
- Check for modified files (eg specific os, ...) with `git status` and
|
||||
migrate them.
|
||||
- Ensure ownership of the copied files and folders (substitute your
|
||||
user if necessary) - `chown -R librenms:librenms rrd/; chown
|
||||
librenms:librenms config.php`
|
||||
user if necessary) - `chown -R librenms:librenms /opt/librenms`
|
||||
- Delete old pollers on the GUI (gear icon --> Pollers --> Pollers)
|
||||
- Validate your installation (/opt/librenms/validate.php)
|
||||
- Re-enable cron by uncommenting all lines in `/etc/cron.d/librenms`
|
||||
|
Reference in New Issue
Block a user