- Posts: 64
- Thank you received: 1
Database backup
- retate
- Topic Author
- Offline
- User
-
Less
More
2 years 5 months ago #493
by retate
Database backup was created by retate
The myServer Command Syntax documentation has the following information:
"To tell myServer to backup database:
curl http://127.0.0.1/api/docommand?command=backupdatabase"
I have the following questions:
- Is there any automated way to backup the database?
- Where are the backups stored?
- Can multiple backups be stored?
I would like to see documentation on how to backup the myServer environment so that a recovery can be performed in the case of a hardware failure.
"To tell myServer to backup database:
curl http://127.0.0.1/api/docommand?command=backupdatabase"
I have the following questions:
- Is there any automated way to backup the database?
- Where are the backups stored?
- Can multiple backups be stored?
I would like to see documentation on how to backup the myServer environment so that a recovery can be performed in the case of a hardware failure.
Please Log in to join the conversation.
- David Li
- Offline
- Admin
-
Less
More
- Posts: 1019
- Thank you received: 99
2 years 5 months ago #497
by David Li
Replied by David Li on topic Database backup
Quickly, there is a command to backup the database. That command can be run as a Scheduled Task. Saves to the data directory.
A full backup includes your custom templates in the wwwroot directory.
There is also a work in progress for a premium feature for myServer primary to fail over automatically to a Secondary myServer controller for mission critical installations. You will see the beginnings of that on the Data Mirroring page in Dashboard Configuration tab.
A full backup includes your custom templates in the wwwroot directory.
There is also a work in progress for a premium feature for myServer primary to fail over automatically to a Secondary myServer controller for mission critical installations. You will see the beginnings of that on the Data Mirroring page in Dashboard Configuration tab.
Please Log in to join the conversation.
- CrabbyPatties
- Offline
- User
-
Less
More
- Posts: 116
- Thank you received: 1
2 years 3 months ago #2326
by CrabbyPatties
Can I second this (I've seen the reply also thanks).
I would like to be able to set a scheduled task to automatically back up both the myServer database and all myDesigner projects) to a network location so that I can easily restore in the case of data loss.
Replied by CrabbyPatties on topic Database backup
I would like to see documentation on how to backup the myServer environment so that a recovery can be performed in the case of a hardware failure.
Can I second this (I've seen the reply also thanks).
I would like to be able to set a scheduled task to automatically back up both the myServer database and all myDesigner projects) to a network location so that I can easily restore in the case of data loss.
Please Log in to join the conversation.
- David Li
- Offline
- Admin
-
Less
More
- Posts: 1019
- Thank you received: 99
2 years 3 months ago #2329
by David Li
You can create and automation event to schedule the backup via a macro that you write that runs at a given time.
Replied by David Li on topic Database backup
allonis.com/support/documentation?view=category&id=414
I would like to see documentation on how to backup the myServer environment so that a recovery can be performed in the case of a hardware failure.
Can I second this (I've seen the reply also thanks).
I would like to be able to set a scheduled task to automatically back up both the myServer database and all myDesigner projects) to a network location so that I can easily restore in the case of data loss.
You can create and automation event to schedule the backup via a macro that you write that runs at a given time.
Please Log in to join the conversation.
Time to create page: 0.178 seconds