ERROR: extension "yeti" has no update path from version "1.3.3" to version "1.3.4"

Upgrading from version 1.10 to 1.12 and saw this error.

Should I comment the line in

20220717150840_cname_lua.rb

or should it have a different value?

looks like you don’t have the required yeti postgresql extension package installed

could you provide the following additional information:

  • debian version
  • postgresql server version
  • yeti postgresql extension package version (apt list 'postgresql-*-yeti' --installed)

I eventually migrated to Yeti 13 but that’s running an older version of postgres-yeti

root@vlab-ytssw-mel-devenv:/home/summitadmin# apt list -a ‘postgresql-*-yeti’ --installed
Listing… Done
postgresql-11-yeti/unknown,now 1.3.11p9 amd64 [installed]

I didn’t note anything in the upgrade instructions on updating that package.