Loading...
Show navigation
>
Essential
>
Virtualization
>
Google Cloud Platform
>
Configuration
>
Enabling Application-Consistent Backups
>
Pre-Process and Post-Process Scripts
>
MAXDB
pre-freeze-script (MAXDB)
#!/bin/sh if [ "$(id -u)" -eq "0" ]; then exec su - sdb -c /home/sdb/suspend_logwriter fi
Loading...