Skip to main content

ELevate does not currently support PostgreSQL for upgrades to Ubuntu

Comments

5 comments

  • manoj bajpai

    You're correct—ELevate currently does not support PostgreSQL when upgrading to Ubuntu. However, since you're running MySQL 8.0.41, PostgreSQL should not be a blocker unless it's installed alongside MySQL on your system.

    Check ELevate Logs for More Details

    If you are certain you don’t have PostgreSQL installed, but ELevate still flags it, check the logs:

    cat /var/log/leapp/leapp-report.txt
    0
  • Intekhab
    cat: /var/log/leapp/leapp-report.txt: No such file or directory
     psql --version
    psql (PostgreSQL) 12.22 (Ubuntu 12.22-0ubuntu0.20.04.1)

    Should I uninstall PostgreSQL?

    0
  • manoj bajpai

    PostgreSQL is installed but you don’t need it, you can remove it with:

    sudo apt-get --purge remove postgresql
    0
  • Intekhab

    Thanks! Uninstalled it.

    0
  • manoj bajpai

    welcome :-

    0

Please sign in to leave a comment.