Restoring the user DB (Mojo branch): Difference between revisions

From DXSpider Documentation Wiki
Jump to navigation Jump to search
DXSpider Documentation>EA3CV
Created page with "From the command line as <b>sysop</b> user: Stopped service <pre> sudo service dxspider stop </pre> Change to the directory that contains the user backup: <b>user_json</b> <pre> cd /spider/local_data </pre> Run regeneration of <b>users.v3j</b> <pre> perl user_json </pre> Start cluster service <pre> sudo service dxspider start </pre>"
 
m 1 revision imported
 
(No difference)

Latest revision as of 09:20, 8 February 2025

From the command line as sysop user:

Stopped service

 sudo service dxspider stop

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