跳到主要内容

Backing up your instance

在 Via the CLI 中
作者列表
已发布: 2022年2月10日|最后更新: 2022年6月30日

The opc command allows you to easily backup your instance's database.

Backing up Copy link to Backing up to clipboard

Run the following command:

opc inst -i {instance_ID} backup
copy

Once your backup is complete, it will provide you with the path to where the backup is stored. By default, it will be contained within the following:

/opt/deskpro/data/instances/{instance_ID}/backups/
copy

Restoring Copy link to Restoring to clipboard

Run the following command:

opc inst -i {instance_ID} restore -d /path/to/backup/
copy

You will need to specify the path to the backup file.

有帮助没有帮助

1 人中 0 人认为这个页面有帮助

下一个页面Manual Backups

请登录或注册以提交评论。