slot_name | confirmed_flush_lsn | active | lag |
---|---|---|---|
powersync_1_c3c8cf21 | 0/70D8240 | 1 | 56 bytes |
powersync_2_e62d7e0f | 0/70D8240 | 1 | 56 bytes |
max_replication_slots
(not all hosting providers expose this), and checked using select current_setting('max_replication_slots')
.
If this number is exceeded, you’ll see an error such as “all replication slots are in use”.
verify-full
- This verifies the certificate, and checks that the hostname matches. By default, we include CA certificates for AWS RDS, Azure and Supabase. Alternatively, CA certificates to trust can be explicitly specified (any number of certificates in PEM format).verify-ca
- This verifies the certificate, but does not check the hostname. Because of this, public certificate authorities are not supported - an explicit CA must be specified. This mode can be used with self-signed certificates.verify-ca
mode.
Once deployed, the current connections and TLS versions can be viewed using this query: