Re: [dspace-tech] Change permissions on collections using SQL

2020-02-18 Thread Paul Münch
Hi, I don't recommend to update the database directly. We write a command line tool in the API and run it via the launcher (https://github.com/DSpace/DSpace/blob/master/dspace/config/launcher.xml). I hope this helps and kind regards, Paul Münch Am 23.01.20 um 20:12 schrieb Jose Javier

[dspace-tech] Change permissions on collections using SQL

2020-01-23 Thread Jose Javier Hernández
Hi, I have to change permissions on collections for different groups and users. I know it is possible to do it with the Advanced Policy Manager, although it is quite tedious for several groups and collections. Can someone help me build the SQL queries that the Advanced Policy Manager performs,