Revision as of 17:21, March 22, 2019 by Llannoye (talk | contribs)
Jump to: navigation, search

Redis Prerequisite


Co-browse release 9.0.00x.xx now supports Redis as the default database.

New customers:

  1. Set up Redis.
  2. Set the new required configuration options for Co-browse.

[redis]

 host
 port
 + options for retention policy (exact names tbd during implementation)

The default host/port is localhost/6380.

Migration for existing customers:

  1. Set up Redis before upgrading Co-browse to the new version.
  2. Set the new required configuration options for Co-browse.
Warning
  • Data is NOT migrated.
  • During the switch, any current Co-browse sessions will be lost, along with the history data.

Retention policy will be aligned with Cassandra's.

  1. Open the setenv.bat/sh file (depending on OS).
  2. Locate -DCOBROWSE_APP_MODE=redis
  3. Replace with -DCOBROWSE_APP_MODE=cassandra

Configuration and feature control Configuration options There will be new configuration options to connect to Redis.

[redis]

 host
 port
 + options for retention policy (exact names tbd during implementation)


Old customers migrating They will have to

set up Redis before updating Co-browse to new version, set new required Configuration options for Co-browse. Data is NOT migrated.

During the switch ongoing Co-browse sessions will be lost, as well as history data.

Retention policy will be aligned with Cassandra's.

Old customers NOT migrating Option to stay on C* is still on the table. To do that, customers will have to manually modify setenv.bat/sh file shipped with Co-browse, instruction will be provided.

Comments or questions about this documentation? Contact us for support!