H2データベースをバックアップ - 7.3

Talendインストールガイド

Version
7.3
Language
日本語
Operating system
Linux
Subscription type
サブスクリプション
Product
Talend Big Data
Talend Big Data Platform
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Activity Monitoring Console
Talend Administration Center
Talend Artifact Repository
Talend CommandLine
Talend Data Preparation
Talend Data Stewardship
Talend DQ Portal
Talend ESB
Talend Identity and Access Management
Talend Installer
Talend JobServer
Talend Log Server
Talend MDM Server
Talend MDM Web UI
Talend Repository Manager
Talend Runtime
Talend SAP RFC Server
Talend Studio
Content
インストールとアップグレード
Last publication date
2022-10-30

バックアップが毎日実行されるよう、H2データベースバックアップの設定パラメーターは既にデフォルトで設定されています。

この設定を変更するためには、<ApplicationPath>/WEB-INF/classes/configuration.propertiesという設定ファイルを編集します。

組み込み型データベースのCRONベースによるバックアップが、1年中毎日午前3時45分に実行されます。構文は"秒 分 時 日 月 曜日 年"となります。例:

  • 0 45 3 ? * * * (デフォルト設定 - 毎日午前3時45分に実行)

  • 0 45 5 ? * MON-FRI (月、火、水、木、金の午前5時45分に実行)

その他の例は、http://www.quartz-scheduler.org/documentation/quartz-2.3.0/tutorials/tutorial-lesson-06.htmlでご覧ください。

他の自動バックアップは、アプリケーションサーバーのスタートアップ時とシャットダウン時に実行されます。

database.embedded.backup.doBackupAtStartup=true
database.embedded.backup.doBackupAtShutdown=true

バックアップファイルは最新の30ファイルまで<ApplicationPath>/WEB-INF/database/backupsに保存されます。