Overview
Used to backup a subset of tables in an automated fashion. This is an updated version that uses modernized Appian APIs for document writes, and fixes an issue with interfacing with MariaDB using a JDBC driver >= 3.0 and removes deprecated smart services.
Smart Services: MySQLDumpToAppianDocV2
Smart service taking in a DB name, and table prefix for exporting the table create, inserts, and optionally views into a SQL Document file.
Inputs Parameters:
Outputs Parameters:
Release notes for v5.0.0 (12/05/2018):
-- Previous Smart Service is now listed as "Deprecated"
-- The New Smart Service (under the same name), has the new input "Lock Tables"
-- Fixed Issue where choosing an empty directory as a dump file destination would not be correctly populated