Hot to drop replication slots PostgreSQL

1. login to database postgresql command line

2. check replication_slot name using this command

    SELECT * from pg_replication_slots;

3. drop replication slot using this command 

    SELECT pg_drop_replication_slot('replication_slot_name');

Posting Komentar

Lebih baru Lebih lama