Updating binary build database

Hi, we’re updating to 1.30 (binary build) from 1.28 with postgresql. Git log says that there are some few database changes since our current version. How should the database be updated in this case? Is it automatic or is there a script, perhaps?

Thanks!

Hello again, thanks for having a look at this, seems its not a common predicament… I guess we’ll take a vm snapshot then restart the new binary and see how it goes. Running as docker will probably be on my todo after this. Thanks again!

Always create backups of course.

But all database changes are done automatically.

1 Like

Thanks again. Restarting with the freshly-built binary worked fine.

The official PostgreSQL documentation provides detailed release notes for each version, including information about migration or schema changes. Visit the PostgreSQL documentation website and find the release notes for version 1.30 PostgreSQL: Release Notes.
Carefully review the “Migration” or related sections in the release notes. These sections will list any specific changes to the database schema that need to be applied manually during the upgrade process or after salesforce data enrichment.