How can I export a single project without any data from other projects included, so it is safe to be sent to a customer?
Although I already deleted all unused projects, the exported file still has the whole database with other customer's data rows and deleted users included in activeobjects.xml which I want to avoid to be exported due to NDAs.
I also tried the Project Configurator, but this seems to only wrap a regular backup so all the original data is still inside the zip file.
We are using a PostgreSQL database so if there is a solution to fully purge this data, maybe this is an option. I would appreciate any help.