You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently pgstream supports continuous replication and snapshot+continuous replication modes. It should also support snapshot only mode, in case continuous replication is not possible due to limited access to the source postgres database, or in case only snapshots are required (no need to sync continuously).
The snapshot only mode shouldn't require keeping state on the source postgres database, in order to be as lightweight and unopinionated as possible.
The text was updated successfully, but these errors were encountered:
Currently pgstream supports continuous replication and snapshot+continuous replication modes. It should also support snapshot only mode, in case continuous replication is not possible due to limited access to the source postgres database, or in case only snapshots are required (no need to sync continuously).
The snapshot only mode shouldn't require keeping state on the source postgres database, in order to be as lightweight and unopinionated as possible.
The text was updated successfully, but these errors were encountered: