Restoring the user DB (Mojo branch)

From The DXSpider Documentation Wiki
Revision as of 14:57, 15 February 2023 by EA3CV (talk | contribs) (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>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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