Upgrade from activepieces:0.79.2 to 0.83.0

Hello,

I’d like to upgrade my installation but the docker compose seems to be quite different / changed a lot.
Other than the AP version itself, I see a change:

  postgres:
    image: 'postgres:14.4'

vs. the new one:

  postgres:
    image: 'pgvector/pgvector:0.8.0-pg14'

Is this a drop in / smooth upgrade?
Will all my workflows keep on working without any issues?

I’ve simply tried the upgrade after a backup and AI confirmation.
Seems to have worked out smoothly.