I have a task which looks simple at the first sight:
Setting up a system for testing by users.
In my case it is a custom issue tracking system.
The users who should do the testing say "The new system should be like the production system."
If this would be true, then dump+restore of the database should work.
No Nr2: the production system contains a lot of issues, and these should not be in the new system.
No Nr2: The production system contains configuration (in the database) of remote storage systems. These
database rows must not get copied, otherwise the testing system would transfer testing data
to the production storage system.
Configuration like the list of ticket types should get copied.
Tables are tables, or is there a difference between tables?
Up to now I only found one hint to this task: In SAP this is called "client copy" and there seem
to be different "delivery classes" of a table:
Are there tools/framework which support copying a system? I am curious, if you know a framework outside django, please tell me.
Up to now I could not find a tool or hint about solving this in a reusable way in django. If I was blind, please let me know.
Any kind of feedback is welcome.
Regards,
Thomas Gütler