I'm considering the delete archive_command due to the pg_basebackup introduction which executed is during replication. I'm not sure if I understand it correctly - I assume that I don't need archive_command, because pg_basebackup -X stream - will backup also the pg_wal directory, so I don't want to duplicate WALs made by archive_command.
Could you tell me if it's a good option? Thanks.