Skip to content

feat(db): Setup neo4j data migrations

Hannes Heine requested to merge pr2828head into pr2828base

Created by: Tirokk

roschaefer Authored by roschaefer Merged


🍰 Pullrequest

I use #2381 (closed) as a use case to add consistent and reliable data migrations to our backend.

Issues

Todo

  • Configure migrate in docker image (production build stage)
  • Implement Neo4J data store for migrate
  • Refactor existing code for data tasks (seed, cleaning) into one folder db/
  • Run migration on production
  • Finish #1613 so we can run yarn run prod:migrate init on post-install and yarn run prod:migrate up on post-upgrade

I guess we have to do the latter manually (during a downtime)

Merge request reports