3.5 Uninstalling Oracle GoldenGate Veridata
- Run the following script to uininstall:
./<VERIDATA_HOME>/deinstall/deinstall.sh
The uninstall script first shuts down the Web Server, then shuts down the MySQL server. However, the uninstall script does not shut down the MySQL server and displays the following warning message if it cannot detect whether the MySQL server is up and running:
Unable to detect whether the MySQL server is up and running. Please manually check and shut it down if running.
- If the uninstall script does not stop the MySQL server, please
manually stop it by using the MySQL command listed below. The MySQL command will
prompt a password input. Use the root password you entered in the Configuration
Assistant Repository Options step.
<VERIDATA_HOME>/mysql-commercial-8.0.34-linux-glibc2.17-x86_64-minimal/bin/mysqladmin -u root -p shutdown
.Another way to manually stop the MySQL instance process is using the Linux OS command:
kill -9 <mysql-instance-pid>
. - If the folders are located within
mysql-commercial-8.0.34-linux-glibc2.17-x86_64-minimal
, then take a backup of the folders data and the mysql-files frommysql-commercial-8.0.34-linux-glibc2.17-x86_64-minimal
directory. - Remove the remaining MySQL-related directory using OS root user
privileges:
sudo rm -rf <VERIDATA_HOME>/mysql-commercial-8.0.34-linux-glibc2.17-x86_64-minimal
Parent topic: Install