Database backup

retate's Avatar Topic Author
User User
  • Posts: 64
  • Thanks: 1

Database backup

2 years 7 months ago
#493
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.
 

Please Log in or Create an account to join the conversation.

David Li's Avatar
Admin Admin
  • Posts: 1027
  • Thanks: 99

Re: Database backup

2 years 7 months ago
#497
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.
 

Please Log in or Create an account to join the conversation.

CrabbyPatties's Avatar
User User
  • Posts: 117
  • Thanks: 2

Re: Database backup

2 years 5 months ago
#2326
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 or Create an account to join the conversation.

David Li's Avatar
Admin Admin
  • Posts: 1027
  • Thanks: 99

Re: Database backup

2 years 5 months ago
#2329
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.

 
allonis.com/support/documentation?view=category&id=414

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 or Create an account to join the conversation.

Time to create page: 0.292 seconds