You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There should be created a database dump based on the production database for use in beta and staging environments. This dump should be washed to remove all sensible information about users. This information should be manipulated in such a way that it can't be reversed, but it's length and format should be contained.
For example could [email protected] be formatted as [email protected].
Use Case
When creating new environments for testing, having actual data is quite useful. This prevents having to create new data every time a new environment is created.
Database Changes
None.
External Dependencies
None.
The text was updated successfully, but these errors were encountered:
Proposed Functionality
There should be created a database dump based on the production database for use in beta and staging environments. This dump should be washed to remove all sensible information about users. This information should be manipulated in such a way that it can't be reversed, but it's length and format should be contained.
For example could
[email protected]
be formatted as[email protected]
.Use Case
When creating new environments for testing, having actual data is quite useful. This prevents having to create new data every time a new environment is created.
Database Changes
None.
External Dependencies
None.
The text was updated successfully, but these errors were encountered: