uninstall

Function uninstall 

Source
pub async fn uninstall(
    ssh: &mut SshClient,
    config: &PostgresConfig,
    purge: bool,
) -> Result<()>
Expand description

Uninstall PostgreSQL

ยงArguments

  • ssh - SSH connection to the server
  • config - PostgreSQL configuration (for version)
  • purge - If true, remove all data and configuration files