Skip to content

Uninstalling AXDB

To uninstall AXDB, remove all the installed packages and data / configuration files.

Note

Should you need the data files later, back up your data before uninstalling AXDB.

Uninstall from tarballs

Stop the PostgreSQL server and remove the folder with the binary tarballs.

  1. Stop the postgres server:

    $ /path/to/tarballs/axdb-postgresql18/bin/pg_ctl -D path/to/datadir -l logfile stop
    
    Sample output
    waiting for server to shut down.... done
    server stopped
    
  2. Remove the directory with extracted tarballs

    $ sudo rm -rf /path/to/tarballs/