I try to setup a postresql backup resource including one postgresql db.
In modify resource group, application sessings i try to add custom configuration settings as follows:
ARCHIVE_LOG_ENABLE=Y
ARCHIVE_LOG_RETENTION=15
ARCHIVE_LOG_DIR=/p99/databasename/archive
ARCHIVE_LOG_RECURSIVE_SEARCH=N
and for the parameter
ARCHIVE_LOG_EXT
i did not succeed to declare the correct value.
All WAL logs ends with a ".wal"
how do i address that in tis configuration?
Even leave the vale blanc is not allowed and not setting ARCHIVE_LOG_EXT did not work.