You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

  1. Install a new JobScheduler on the new server.
  2. Copy the ./config/live/ folder from the old JobScheduler to the new JobScheduler.

That's all!

Well, not quite. What happens with the database?

The new JobScheduler doesn't need the old database records.
The configuration of the jobs, job chains, orders, etc are stored in the ./config/live/ folder and not in the database.
But you cannot see for example the old logs.
Look at Advantages of using a database with JobScheduler for information what the database has stored.

If you want to see for example the old logs in JOC then you have to migrate the database.
In ./db/dbms/scheduler.sql you find the tables which are used. All these tables have the ID of the JobScheduler as a (part of the) primary key.

The records with the old JobScheduler ID have to update to the new ID.

  • No labels