I'm seeing this error in Joplin app in Linux.
Last error: Error: SAVEPOINT sp_Cphmj11AL7J52QH9fj2jdA - current transaction is aborted, commands ignored until end of transaction block
The latest change was the upgrade of the PostGres DB.
I had a backup from yesterday before upgrading the PostGres container.
I’ve dropped the database, created it again and imported.
Error gone.
The error is not related to the Joplin but yes with the PostGres.
This is basically a lock in the database you can do a rollback of the savepoint, but I was unable to find the transaction.
Using the backup was the best and faster choice.