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

From The DXSpider Documentation Wiki
Jump to navigation Jump to search
(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>")
 
(No difference)

Latest revision as of 14:57, 15 February 2023

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