duminică, 19 ianuarie 2025

Downgrading Automatically Upgraded Packages in Arch Linux

 

After the last upgrade of Arch Linux using pacman -Syu, PostgreSQL failed to start, displaying an error indicating that the database was in an outdated format. This meant that I had inadvertently upgraded PostgreSQL from one major version to another without first exporting the database as a precaution.

Fortunately, I found this article: How to Downgrade Packages in Arch Linux, and the following steps resolved my problem:

yay -S downgrade

sudo downgrade postgresql    

Niciun comentariu:

Trimiteți un comentariu