After you back up your repository and any configurations and before you install the newest FME Server version, you must uninstall the previously installed version of FME Server.
The following steps are required:
When completed, proceed to Install.
For the uninstall process to complete properly, you must first stop the FME Server services, as well as any third-party web application and database services:
Note: For more information about stopping the FME Server services, see Starting the Services.
To stop the FME Server services:
For Linux environments, run the stopServer.sh script in <FMEServerDir>/Server. It should display:
Shutdown status = Shutdown Success
To stop the web application server and database services depends on which ones you have installed. If you installed FME Server using the Express option, the preceding instructions also stop these services. If you installed FME Server using the Custom option, you may have opted to use your own web application and/or database server. To stop these services, refer to your product-specific documentation.
Uninstall the previous version of FME Server:
If your previous installation of FME Server used your own database server (Microsoft SQL Server, Oracle, or PostgreSQL) rather than the FME Server default database, you must drop the FME Server database currently in use. To do so, use the following SQL scripts, depending on your database:
Script location: <FMEServerDir>\Server\database\sqlserver
Scripts:
sqlserver_dropUser.sql
sqlserver_dropDB.sql
Script location: <FMEServerDir>\Server\database\oracle
Scripts:
oracle_dropUser.sql
Script location: <FMEServerDir>\Server\database\postgresql
Scripts:
postgresql_dropUser.sql
postgresql_dropDB.sql