Data conservation while upgrading in 1.8 ?

Hello,

We use Prodigy 1.7 with a postgresql database. How do we preserve postgres data by upgrading to 1.8 ?

Thanks.

Hi! There haven’t been any changes to the database schema between v1.7 and v1.8, so you shouldn’t have to do anything here :slightly_smiling_face: If you upgrade the Prodigy library and connect to the same PostgreSQL database again, everything should work as expected.

That said, as it’s always the case with databases, it doesn’t hurt to create backups. So if you haven’t been doing this yet, now is probably a good time to back up your Prodigy database.

Thanks for your response.