Restoring the user DB (Mojo branch): Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m Change the prompts that commands are issued from |
||
Line 1: | Line 1: | ||
From the command line as <b> | From the linux command line as the <b>login</b> user. Note: the sysop should under no circumstance have sudo privileges. | ||
Stop the service | |||
<pre> | <pre> | ||
sudo service dxspider stop | sudo service dxspider stop | ||
</pre> | </pre> | ||
From the command line as <b>sysop</b> user: | |||
Change to the directory that contains the user backup: <b>user_json</b> | Change to the directory that contains the user backup: <b>user_json</b> | ||
<pre> | <pre> |
Revision as of 23:39, 7 April 2025
From the linux command line as the login user. Note: the sysop 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