on 2020 Apr 01 6:38 AM
http://dcx.sap.com/sa160/en/dbadmin/da-backup-dbs-5615940.html
In this link it's written than "In rare circumstances, SQL Anywhere might be unable to suspend transactions or complete a checkpoint within the maximum time allowed by VSS. If this occurs, you must use the transaction log file and the full recovery process to recover the backed up database. " so is it safe to backup data of sql anywhere server while it's running ? and what is full recover process in SQL anywhere if above mention scenario occurs?
See that similar question here with John's thorough answer. I guess that should answer your question, too, particularly the last paragraph of that answer.
(Aside: You used "live-backup" as tag but a live backup is something different within SQL Anywhere, namely a client-side continuous backup process. What you are looking for is simply a backup of a running database via VSS.)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
VSS support was added in V11. See the following documentation reference for more information: http://dcx.sap.com/index.html#sa160/en/dbadmin/vss-database-dbengine.html*d5e17915
Just to add: If your database server runs as service, you might also let the dbvss tool run as service, see here for Windows.
User | Count |
---|---|
75 | |
10 | |
10 | |
10 | |
10 | |
9 | |
8 | |
7 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.