Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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. Because this is a manual process that needs to be run by our system administrators there will be a cost to do this. Our support team will be able to give you a cost estimate after discussing it with the system administrators.


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

Tip
titleHow 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).

Info
titleBackup 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.

...

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

Tip

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:you can open up in Microsoft Excel or any text editor. 

FilenameKeyData
actions.htmlcsvaction_idAll your actions (our generic name for matters, projects, etc) and who they are currently assigned to
action_types.htmlcsvaction_type_idThe defined "types" for each action. This governs the workflow and configuration of each action
action_folder.htmlcsvfolder_idThe default folder structure for documents stored within each action type
action_participants.htmlcsvaction_id, participant_type_idThe participants of each type that are linked to each action
chart_of_accounts.htmlcsvac_account_idAll the accounts defined in your general ledger
check_series.htmlcsvcheck_idAll checks (cheques) for banking check printing
custom_action_data.htmlcsvdata_collection_name, data_field_nameAll custom data values linked to actions. Fields are grouped into rows using the record_id key
disbursements.htmlcsvdisbursement_idDisbursements loaded against actions
document_log.htmlcsvlog_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.htmlcsvemail_idMessage headers and subject. The message contents can be found in the linked attachments.
email_associations.htmlcsvassociation_idWhat items an email is linked to within Actionstep (actions, invoices, contacts, etc)
email_attachment.htmlcsvattachment_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.htmlcsvtransaction_idA full extract of all your accounting entries
participant_document.htmlcsvdocument_idA list of documents saved to contact records. You can match these to the files in the zip folders under "participant/documents"
participants.htmlcsvparticipant_idContact records
participant_types.htmlcsvparticipant_type_idThe types of parties (client, lawyer, witness, etc) defined for each action type
primary_participant_types.htmlcsvparticipant_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.htmlcsvreceipt_idReceipts issued for payments received
sale_purchase_line_items.csvline_item_idThe line items of quotes, orders and invoices
sale_purchase_payment.htmlcsvpayment_idPayments received against invoices
sale_purchase.htmlcsvsale_purchase_idHeader information for quotes, orders and invoices
tasks.htmlcsvtask_idTasks
time_records.htmlcsvrecord_idTimesheet entries
rate_sheets.htmlcsvrate_idRate sheets
transaction_references.htmlcsvtransaction_reference_idAny additional reference information for the general ledger transactions
trust_*.htmlcsvtransaction_id, action_idTransactions related to the trust account for each action

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:

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.

...