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.
Asked
Active
Viewed 65 times
1

robert.c.cemper
- 181
- 8
2 Answers
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().

robert.c.cemper
- 181
- 8
0
See the excellent reply in Developer Community
I'll place the content in a different Answer

robert.c.cemper
- 181
- 8