Hi team,
I am working as linux admin for appian , We need to find out what all components needs to be backed up in case of Server crash, we should be able to install Appian and restore all configurations and data back with less efforts
Thanks and regards
Kuldeep Pawar
Discussion posts and replies are publicly visible
Any alternate solution on this?
I team,
I want know what is working of below script and what i will get output...
plesae help and do needful.
https://docs.appian.com/suite/help/21.3/Configuring_Backup_and_Restoration.html
#!/bin/bash source ../../../../server/_scripts/exports.sh INSTALLDIR=$AE_HOME/_admin/_scripts/tools/datamaintenance/antScripts ant -f $INSTALLDIR/aecopyfiles.xml -Dae.source.location=$AE_HOME -Dae.dest.location="/data/aebackups" -Dae.datadelete="n" -Dae.copycontents="y" -Dkdb.num="1" -Dkdb.invertselect="y" -Dbatchmode="y"