Database and Data Backups
Is there a way to configure recurring backups of the schema and data in our Acoustic campaign's Databases and Relational Tables, as well as backups of the Import Jobs?
This is a pretty important base to cover for my company, as it would be devastating if we lost all of the work we have in Acoustic.
-
You can make copies of a database within Acoustic Campaign, this would preserve the state of the database as it currently exists and is often good enough if another user changes the database schema or deletes a bunch of records.
If you'd like to pull data out of Acoustic Campaign, you could do an export manually. The export would be in a delimited format, like a CSV and would retain the column headers. However it wouldn't be a true "schema" per se. This is usually enough to reimport when needed.
You could also use an ExportList API to pull the data. You may also want to include a "GetListMetaData" API call as that would return a listing of the fields as well as the field types.
Please sign in to leave a comment.
Comments
4 comments