Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 30 Next »

Real-Time Data Replication

Your documents and data are replicated across multiple locations. This eliminates risk from an isolated storage system failure.

Database Snapshots

"Snapshots" are point-in-time copies of your database data. Snapshots allow you to rollback to a previous point in time. Rolling back to a snapshot is not done very often since you will lose any data entered between the time of the snapshot and the current time. However there are some circumstances where going back to a snapshot may be useful; for example if you accidentally delete a lot of good data, or you import a some bad data. Snapshots are most often used when initially setting up your system and importing data from your previous system.

Actionstep automatically makes regular snapshots of your system. You can view your available snapshots by looking in Admin > General > Database Snapshots.

Requesting a database be rolled back using a Snapshot 

Snapshots can be used to "roll back" a database. This means all of the settings, data, and documents present at the time of the snapshot will be restored. This also means all data entered subsequently will be erased. To request your database be rolled back using a snapshot you can contact support@actionstep.com with your name, orgkey, and the date of the snap shot you would like to use. Support will discuss all available options prior to processing the request and may suggest alternatives to a rollback. 


Downloadable Backups

The documents and data that you upload to Actionstep are your property. You can request a copy of your data and documents at any time.

Requesting a Backup

How to request a backup

You can request a back by sending a request to support@actionstep.com

In order for your request to be processed the support team will need to verify that you have the necessary authority within your organization to receive the backup.

Most backup requests will be completed within 1 business day of receiving the request, however if you have a particularly large data set then this might be slightly longer.  When the backup has been completed you will be sent an email message with a download link. You will be called separately to provide you with a password to decrypt the backup (we don't send the password and the download link in the same email message for security purposes).

Backup Too Big to Download?

If your backup is too big for you to download then you can request that we ship it to you via courier. The cost for this service will vary depending on courier costs, storage media, and the time taken to process the request.

What's Included in Your Backup

The email you receive will contain link(s) to download one or more password-protected, ZIP files (for large backups we spread the data across several zip files to make it easier to download). You should download the zip files and then uncompress them using the password that was provided to you by support.

The first zip file will contain your database data and possibly some documents. Subsequent zip files (if any) will contain the rest of your documents.

Database Data

In the first zip file there will be a folder called "Data". Inside this folder there will be several HTML files that contain pure HTML tables containing your data. The HTML files can be viewed in a browser or opened in Microsoft Excel.

You can open up the HTML data files in Microsoft Excel and save in spreadsheet format.

Each data file contains rows of data and their associated unique keys (usually numeric with a column name containing "id"). You can use the keys to relate rows of data together from several data files. This makes it easier to import this data into another relational database system. Here is an explanation of what is contained in each data file:

FilenameKeyData
actions.htmlaction_idAll your actions (our generic name for matters, projects, etc) and who they are currently assigned to
action_types.htmlaction_type_idThe defined "types" for each action. This governs the workflow and configuration of each action
action_folder.htmlfolder_idThe default folder structure for documents stored within each action type
action_participants.htmlaction_id, participant_type_idThe participants of each type that are linked to each action
chart_of_accounts.htmlac_account_idAll the accounts defined in your general ledger
check_series.htmlcheck_idAll checks (cheques) for banking check printing
custom_action_data.htmldata_collection_name, data_field_nameAll custom data values linked to actions. Fields are grouped into rows using the record_id key
disbursements.htmldisbursement_idDisbursements loaded against actions
document_log.htmllog_idA list of all documents saved to actions. The file_name field should match to documents in this backup. You can use this file to match the actions to the files listed in the "documents" folder of the backup zip files
email.htmlemail_idMessage headers and subject. The message contents can be found in the linked attachments.
email_associations.htmlassociation_idWhat items an email is linked to within Actionstep (actions, invoices, contacts, etc)
email_attachment.htmlattachment_idEmail attachments. You can use this to match the email messages to the attachment files listed in the zip folders under "email/attachments"
general_ledger_transactions.htmltransaction_idA full extract of all your accounting entries
participant_document.htmldocument_idA list of documents saved to contact records. You can match these to the files in the zip folders under "participant/documents"
participants.htmlparticipant_idContact records
participant_types.htmlparticipant_type_idThe types of parties (client, lawyer, witness, etc) defined for each action type
primary_participant_types.htmlparticipant_type_id, action_type_idThe main participant type for each action type (usually "Client"). In other words the person shown in the action header area on the screen inside Actionstep
receipt.htmlreceipt_idReceipts issued for payments received
sale_purchase_line_itemsline_item_idThe line items of quotes, orders and invoices
sale_purchase_payment.htmlpayment_idPayments received against invoices
sale_purchase.htmlsale_purchase_idHeader information for quotes, orders and invoices
tasks.htmltask_idTasks
time_records.htmlrecord_idTimesheet entries
rate_sheets.htmlrate_idRate sheets
transaction_references.htmltransaction_reference_idAny additional reference information for the general ledger transactions
trust_*.htmltransaction_id, action_idTransactions related to the trust account for each action

Documents

Other than the "data" folder all other folders contain copies of all documents you have uploaded to Actionstep in their original format. The documents are arranged in folder by functional area. In many cases the file name of the document is prefixed with the corresponding database key. For example 7865_some_file_name in the "documents" folder will relate to action Id 7865.


  • No labels