If an IMSS 7.1 server is installed only with
the EUQ database, it will be considered as the external EUQ database server. The
upgrade to IMSS 9.1 cannot run on this server,
and a manual upgrade of the EUQ database is required.
Procedure
- Dump the EUQ database from the original PostgreSQL server.For details, see Step 1 in Upgrading the External Admin Database.
- Upgrade the PostgreSQL server to version 9.6, or prepare a new PostgreSQL 9.6
server.For details, see Step 2 in Upgrading the External Admin Database.
- Restore the EUQ database to the PostgreSQL 9.6 server.For details, see Step 3 in Upgrading the External Admin Database.
- Update the EUQ database schema.
CREATE TABLE tb_dl_entry_keys( id serial NOT NULL , distribution_list varchar(256), submitter varchar(256), authentication_code varchar(8), created_time timestamptz, expired_time timestamptz, heartbeat_time timestamptz, is_logined int4 DEFAULT 0 ); - Detach the original EUQ database.
- Log on to the IMSS management console.
- Go to .
- Click the Database tab.
- Disable the database, select the check box next to the database, and then click Detach.
- Attach the new EUQ database.To attach an EUQ database, click Attach. Type the new EUQ database server IP address, port number, administrator user name, password and database name.
