Migration from MySQL
It is possible to migrate all forms stored in MySql to GemStone/S. In this section the migration process is described.
MySql and GemStone/S on the same host
Create the file structure to store attachments, for example:
To migrate an application named 'myApp' and the form defitition named 'myFirstForm' execute the following:
MySql and GemStone/S on different hosts
Clone the file structure of GemStone/S host in the MySql host:
To migrate an application named 'myApp' and the form defitition named 'myFirstForm' execute the following:
Copy the directory structure from MySql host to GemStone/S host. NOTE It is possible that MySql does not have permissions to dump the attachments to the configured path. To avoid this on: * MySql on Centos (for more information search Enhanced Security system SELinux)
MySql on Ubuntu (search for AppArmor):
Last updated