diff --git a/systemtests/tests/py3plug-fd-postgresql/etc/bareos/bareos-dir.d/fileset/PluginTest.conf.in b/systemtests/tests/py3plug-fd-postgresql/etc/bareos/bareos-dir.d/fileset/PluginTest.conf.in index 4a4813922c6..b3edbc60b02 100644 --- a/systemtests/tests/py3plug-fd-postgresql/etc/bareos/bareos-dir.d/fileset/PluginTest.conf.in +++ b/systemtests/tests/py3plug-fd-postgresql/etc/bareos/bareos-dir.d/fileset/PluginTest.conf.in @@ -11,6 +11,6 @@ FileSet { ":db_host=@dbHost@" ":postgresql_data_dir=@current_test_directory@/database/data/" ":wal_archive_dir=@current_test_directory@/database/wal_archive/" - ":start_fast_start=True" + ":start_fast=True" } } diff --git a/systemtests/tests/py3plug-fd-postgresql/etc/bareos/bareos-dir.d/fileset/PluginTestNoRole.conf.in b/systemtests/tests/py3plug-fd-postgresql/etc/bareos/bareos-dir.d/fileset/PluginTestNoRole.conf.in index 2c8d9034108..3d036a9c83e 100644 --- a/systemtests/tests/py3plug-fd-postgresql/etc/bareos/bareos-dir.d/fileset/PluginTestNoRole.conf.in +++ b/systemtests/tests/py3plug-fd-postgresql/etc/bareos/bareos-dir.d/fileset/PluginTestNoRole.conf.in @@ -12,6 +12,6 @@ FileSet { ":db_user=db_backup" ":postgresql_data_dir=@current_test_directory@/database/data/" ":wal_archive_dir=@current_test_directory@/database/wal_archive/" - ":start_fast_start=True" + ":start_fast=True" } } diff --git a/systemtests/tests/py3plug-fd-postgresql/etc/bareos/bareos-dir.d/fileset/PluginTestTablespace.conf.in b/systemtests/tests/py3plug-fd-postgresql/etc/bareos/bareos-dir.d/fileset/PluginTestTablespace.conf.in index f34c0b62bd0..aac0c8dd1fe 100644 --- a/systemtests/tests/py3plug-fd-postgresql/etc/bareos/bareos-dir.d/fileset/PluginTestTablespace.conf.in +++ b/systemtests/tests/py3plug-fd-postgresql/etc/bareos/bareos-dir.d/fileset/PluginTestTablespace.conf.in @@ -11,6 +11,6 @@ FileSet { ":db_host=@dbHost@" ":postgresql_data_dir=@current_test_directory@/database/data/" ":wal_archive_dir=@current_test_directory@/database/wal_archive/" - ":start_fast_start=True" + ":start_fast=True" } }