/
How to Manually Remove Access Point Installation?
How to Manually Remove Access Point Installation?
Access Point installation can be removed manually by removing Access Point packages, database schema and database user.
Step-by-step guide
Access Point installation can be removed manually by executing the shell script below.
remove.sh
#!/bin/sh
sudo mysql -e "DROP SCHEMA harmony_ap; DROP USER harmony_ap@localhost"
sudo apt-get --purge autoremove harmony-ap --yes
Related articles
, multiple selections available,
Related content
How to Manually Remove SMP Installation?
How to Manually Remove SMP Installation?
More like this
How to Change Access Point Sign Certificate?
How to Change Access Point Sign Certificate?
More like this
Harmony eDelivery Access v1.1.0 Release Notes
Harmony eDelivery Access v1.1.0 Release Notes
More like this
How to Change Access Point TLS Certificate?
How to Change Access Point TLS Certificate?
More like this
Harmony eDelivery Access - Access Point v2.0.0 Release Notes
Harmony eDelivery Access - Access Point v2.0.0 Release Notes
More like this
Harmony eDelivery Access - Access Point v2.1.0 Release Notes
Harmony eDelivery Access - Access Point v2.1.0 Release Notes
More like this