Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
12 replies
Subscribers
9 subscribers
Views
4649 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
Dear all, Does anyone know what is the best practice in terms of dat
lins
over 9 years ago
Dear all,
Does anyone know what is the best practice in terms of data back up for the production environment?
Currently, we downloaded the applications and saved in a flash drive. Is there any better way of doing this?
Thanks a lot in advance!
Lin
OriginalPostID-150381
OriginalPostID-150381
Discussion posts and replies are publicly visible
0
Sumeet Khare
over 9 years ago
Hi Lins,
You can take the backup of kdb files which will help in storing the running instances and their behaviour at that time. if you are taking kdb backup you dont require application backup as you can get it from kdb as well. for further details refer to the following link.
forum.appian.com/.../Data_Maintenance.html
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
lins
over 9 years ago
Hi Sumeetk,
Thank you for your comment. Where can I find the kdb files? I didn't see any options under "Processes".
Thank you very much for your expertise!
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Sumeet Khare
over 9 years ago
Hi Lins,
The link which I have given is on the server side, not on the Application Website. You need to login to your server where you are running Appian and from their you can perform all the activities mentioned in the link which I shared earlier.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
harshav
over 9 years ago
Please refer to the below link which is having all the KDB paths,
forum.appian.com/.../Migrating_Appian_Engines.html
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
lins
over 9 years ago
Hi Harshav,
Thanks a lot for the info. Haven't quite figured it out yet but I'll try.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Margaret Haymann
Appian Employee
over 9 years ago
Lin do you want to backup the Appian process data and business data, the Applications, or all of Appian for recovery purposes?
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
lins
over 9 years ago
Hi Margaret,
Thanks for your reply! I actually would like to backup all of Appian for recovery purposes.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Margaret Haymann
Appian Employee
over 9 years ago
Lin I would start with reading this link for Appian backup procedures
forum.appian.com/.../Configuring_Backup_and_Restoration.html
There is also a server guide and an web guide in the documentation that would help with Administering Appian
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
lins
over 9 years ago
Hi Margaret, thank very much for the link-it's very helpful. I wanted to confirm if I understood that right. Looks like I just need to copy and paste the code listed in the article to the apian admin's folder. Is that the case? Thanks a lot for sharing your expertise!
echo off
call ../../../../server/_scripts/exports.bat
set INSTALLDIR=%AE_HOME%/_admin/_scripts/tools/datamaintenance/antScripts
ant -f %INSTALLDIR%/aecopyfiles.xml -Dae.source.location=%AE_HOME% -Dae.dest.location="c:/ae_backups" -Dae.datadelete="n" -Dae.copycontents="y" -Dkdb.num="1" -Dkdb.invertselect="y" -Dbatchmode="y"
echo on
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Margaret Haymann
Appian Employee
over 9 years ago
That is correct.... but you will also need to backup all external databases seperately. As this script will only backup Appian kdb's and Appian application data. Then you would want to test the backups to ensure that they ran sucessfully and that you can restore your system.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
>