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