enceladus icon indicating copy to clipboard operation
enceladus copied to clipboard

App data migration from MongoDb to Postgres

Open benedeki opened this issue 4 years ago • 1 comments

Background

Moving app data to Postgres relational DB

Feature

The existing configuration needs to be migrated from MongoDB to Postgres

benedeki avatar Jun 12 '20 11:06 benedeki

Idea: Do not use Name+Version in VersionedModel for PK. Use an arbitrary value. This will allow us to have a renaming functionality and copy functionality with less effort. Name+Version should still be kept as a unique combination.

Zejnilovic avatar Jul 12 '21 09:07 Zejnilovic