Hello,
I would like to move my installation to a new server and I wanted to transfer the data using an XML file. The wiki says that there is a built in backup tool:
Backup & Restore
The Backup & Restore application is built on top of the Data Transfer Application explained above. There a set of Readers and Writers which read from a Centric database and store the data is an XML format in a file and then read the data from the XML file and store it in the database using a specialized writer.
Backup Process
The Backup tool is comprised of a Reader/Writer combination and uses the following in Centric CRM
org.aspcfs.apps.transfer.reader.cfsdatabasereader.CFSDatabaseReader
org.aspcfs.apps.transfer.writer.CFSXMLWriter
The CFSDatabaseReader reads all of the database records from any Centric CRM database and passes it to a Writer. The CFSXMLWriter is used in the backup process to write the records into an XML file which conforms to a particular Centric Backup File Format.
How do I use it?
Thanks,
Brian