ERROR/ cannot execute nextval() in a read-only transaction

Resolved by running . select nextval (‘hibernate_sequence’); once directly in the database.

3 Likes