1

I'm almost running out of disk space so I want to move 1 DB to a different hard drive.
It's a rather simple but lengthy action during a shutdown of IRIS.
But is this somehow possible under runtime in a stand-alone installation?
I'm looking for kind of a "local failover"
note: Mirror or Shadow is not an option.

2 Answers2

1

input by Vitaliy Serdtsev ยท Apr 12, 2021

If something does not suit in the bundle Backup.General:ExternalFreeze()/ExternalThaw(),
then can try the bundle SYS.Database:DismountDatabase()/MountDatabase().
Or at all SYS.Database:Copy().

0

See the excellent reply in Developer Community
I'll place the content in a different Answer