Skip to content

Move old data instead of removing

Instead of whipping out the old data, it may make sense to move it to another long term storage (postgres db). Application will depend on 2 PostgreSQL containers and will have one instance of DataContext for each DB. Instead of removing the data, ICleanService will move it from one DB to another.

Edited by Dmytro Bogatov