Prevent developers from modifying Liferay Database structure -
i working in environment contain many liferay newbies along experts, want make configuration prevent 1 modifying structure of liferay database, i.e. 1 developer started liferay 6.2 server while connecting liferay 6.1 configuration database causing database corrupted ... know can't make lr users read-only because change reflected database, want put limitations prevent scenario above.... related configuration available ?
regular permissions required accessing liferay's database select, insert, update , delete. when you're developing new plugins need create table, alter table, create index , similar ddl permissions on database you're developing on. don't give them full permissions.
update routines (that run when have 6.2 code running on 6.1 structures) require ddl permissions or fail. and, of course, can remove / unconfigure upgrade routines.
Comments
Post a Comment