Restoring the user DB (Mojo branch): Difference between revisions
Jump to navigation
Jump to search
m Change the prompts that commands are issued from |
m spelling error |
||
Line 1: | Line 1: | ||
From the linux command line as the <b>login</b> user. Note: the sysop should under no circumstance have sudo privileges. | From the linux command line as the <b>login</b> user. Note: the sysop user should under no circumstance have sudo privileges. | ||
Stop the service | Stop the service |
Revision as of 23:39, 7 April 2025
From the linux command line as the login user. Note: the sysop user should under no circumstance have sudo privileges.
Stop the service
sudo service dxspider stop
From the command line as sysop user:
Change to the directory that contains the user backup: user_json
cd /spider/local_data
Run regeneration of users.v3j
perl user_json
Start cluster service
sudo service dxspider start