Versions Compared

    Key

    • This line was added.
    • This line was removed.
    • Formatting was changed.
    Comment: Published by Scroll Versions from this space and version 7.0-0

    ...

    To start numbering new jobs at 1001, run the following:

    mysql psql -u root -e p 50055 -U pfx -d pfx -c "UPDATE qube.jobidmax SET id=1000; INSERT INTO qube.jobid (id,realid,serverid) VALUES(1000,1000,0)"

    ...