-
-
Notifications
You must be signed in to change notification settings - Fork 513
Upgrading
Blake Niemyjski edited this page Jan 31, 2017
·
17 revisions
Please ensure that you have created backups before upgrading!
If you are upgrading from v1 or v2 you will need to upgrade to v3.0 before upgrading to the latest release.
After you've followed the steps below to upgrade to the v3.0.0 release. You can the follow setup section above to finish upgrading to the latest version of Exceptionless.
In Progress
Please note that upgrading from v2 to v3 requires that Redis is installed and configured.
- Download and extract the v3 release to a temp folder.
- Update the connection strings in the
App_Data\JobRunner\Job.exe.configconfig file.-
You'll also need to add a
Migration:MongoConnectionStringconnection string for the migration jobs to run.<add name="Migration:MongoConnectionString" connectionString="mongodb://localhost/exceptionless" />
-
- Open the terminal and run the following jobs to migrate data from previous major versions of Exceptionless.
Jobs.execan be found in the\wwwroot\App_Data\JobRunner\folder.
Job.exe -t "Exceptionless.EventMigration.OrganizationMigrationJob, Exceptionless.EventMigration" -s "Exceptionless.Core.Jobs.JobBootstrapper, Exceptionless.Core"
Please note that upgrading from v1 to v3 requires that Redis is installed and configured.
- Download and extract the v3 release to a temp folder.
- Update the connection strings in the
App_Data\JobRunner\Job.exe.configconfig file.-
You'll also need to add a
Migration:MongoConnectionStringconnection string for the migration jobs to run.<add name="Migration:MongoConnectionString" connectionString="mongodb://localhost/exceptionless" />
-
- Open the terminal and run the following jobs to migrate data from previous major versions of Exceptionless.
Jobs.execan be found in the\wwwroot\App_Data\JobRunner\folder.
Job.exe -t "Exceptionless.EventMigration.StackMigrationJob, Exceptionless.EventMigration" -s "Exceptionless.Core.Jobs.JobBootstrapper, Exceptionless.Core"
Job.exe -t "Exceptionless.EventMigration.QueueEventMigrationsJob, Exceptionless.EventMigration" -s "Exceptionless.Core.Jobs.JobBootstrapper, Exceptionless.Core"
Job.exe -t "Exceptionless.EventMigration.EventMigrationJob, Exceptionless.EventMigration" -c -s "Exceptionless.Core.Jobs.JobBootstrapper, Exceptionless.Core"
Job.exe -t "Exceptionless.EventMigration.OrganizationMigrationJob, Exceptionless.EventMigration" -s "Exceptionless.Core.Jobs.JobBootstrapper, Exceptionless.Core"