Can Archival Logging and Continuous Operations be used at the same time?
Currently, Pervasive PSQL does not provide a way to integrate these two features. Archival Logging should be managed such that a new log file is initiated in conjunction with making a backup, so that a successful restore and roll forward can occur at some later time. The log file can only be initiated if the data file is closed. Continuous Operations is designed to allow you to do backups without requiring you to close files. It’s possible to manually coordinate the two if you close the files long enough to save off the archival logs and reinitiate them, and then start Continuous Operations and perform the backup while users are once again accessing the files. For detailed information about backups, Archival Logging and Continuous Operations, see and click on the topic “Backup and Restore”.