Skip to content

Configuration structure for databases and migration scripts for Carbonio

License

Notifications You must be signed in to change notification settings

zextras/carbonio-db-conf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

carbonio-db-conf

Contributors Activity License Project Twitter

Configuration structure for databases and migration scripts

Architecture

SQL scripts

Migration Scripts

Migration logs are stored under /opt/zextras/log/sqlMigration.log.

Scripts inside (e.g.: src/db/migration) perform migration on existing databases
and are placed under /opt/zextras/libexec/scripts on product installation

You can manually execute one by running (TEST PURPOSES):

cd /opt/zextras/libexec/scripts && perl -I. <migration_name>.pl

License

See COPYING file for details