Upgrading SQL Anywhere software and databases in a database mirroring system

When you are using database mirroring, extra steps are required to apply a SQL Anywhere maintenance release or EBF, or to upgrade the database file.

 Apply a SQL Anywhere maintenance release to a database mirroring system

All database servers in a database mirroring system must use the same maintenance release of SQL Anywhere. If you use the following procedure to apply a SQL Anywhere maintenance release, the only time the database is not available is during steps 3 and 4.

  1. Shut down the mirror server by running a dbstop command.

  2. Install the new version of SQL Anywhere on the mirror server.

  3. Shut down the primary and arbiter servers by running a dbstop command for each server.

  4. Install the new version of SQL Anywhere on the primary server.

  5. Restart the primary and mirror servers.

  6. Install the new version of the software on the arbiter.

  7. Restart the arbiter.

 Applying SQL Anywhere EBFs in a database mirroring system

To install an EBF, you must perform the following steps for each database server in the mirroring system (primary, mirror, and arbiter servers):

  1. Run a dbstop command to stop the database server.

  2. Install the EBF.

  3. Restart the database server.

 Upgrading databases in a database mirroring system
 See also