ELevate does not currently support PostgreSQL for upgrades to Ubuntu
Elevate check is showing this blocker:
ELevate" does not currently support PostgreSQL for upgrades to Ubuntu.
I am running MySQL 8.0.41 on Ubuntu 20.04.5 LTS
-
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 -
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 -
PostgreSQL is installed but you don’t need it, you can remove it with:
sudo apt-get --purge remove postgresql
0 -
Thanks! Uninstalled it.
0 -
welcome :-
0
Please sign in to leave a comment.
Comments
5 comments