Hi. How do i enable archivelog on postgresql 9 in windows? I change on postgresql.conf like for example: archive_command = 'copy "%p" "C:\\wal\\%f' and i restart db but SELECT name, setting, context FROM pg_settings WHERE name IN ( 'archive_mode', 'archive_command'); archive is disable
Hi. How do i enable archivelog on postgresql 9 in windows? I change on postgresql.conf like for example: archive_command = 'copy "%p" "C:\\wal\\%f' and i restart db but SELECT name, setting, context FROM pg_settings WHERE name IN ( 'archive_mode', 'archive_command'); archive is disable
1. There's no such thing as "postgresql 9". 2. This is a Russian PostgreSQL channel — you could also (I see you asked in one of the English ones, already) try to ask https://t.me/pg_sql
1. There's no such thing as "postgresql 9". 2. This is a Russian PostgreSQL channel — you could also (I see you asked in one of the English ones, already) try to ask https://t.me/pg_sql
Hi. How do i enable archivelog on postgresql 9 in windows? I change on postgresql.conf like for example: archive_command = 'copy "%p" "C:\\wal\\%f' and i restart db but SELECT name, setting, context FROM pg_settings WHERE name IN ( 'archive_mode', 'archive_command'); archive is disable
you need to enable both archive_mode and archive_command