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
@@ -49,18 +50,19 @@ Regardless of the chosen backup type, all backups taken with `pg_probackup` supp
49
50
`pg_probackup` currently has the following limitations:
50
51
* The server from which the backup was taken and the restored server must be compatible by the [block_size](https://postgrespro.com/docs/postgresql/current/runtime-config-preset#GUC-BLOCK-SIZE) and [wal_block_size](https://postgrespro.com/docs/postgresql/current/runtime-config-preset#GUC-WAL-BLOCK-SIZE) parameters and have the same major release number.
51
52
* Remote backup via ssh on Windows currently is not supported.
53
+
* When running remote operations via ssh, remote and local pg_probackup versions must be the same.
Documentation can be found at [github](https://postgrespro.github.io/pg_probackup) and [Postgres Professional documentation](https://postgrespro.com/docs/postgrespro/current/app-pgprobackup)
60
62
61
63
## Installation and Setup
62
64
### Windows Installation
63
-
Installers are available in release **assets**. [Latests](https://github.com/postgrespro/pg_probackup/releases/latest).
65
+
Installers are available in release **assets**. [Latests](https://github.com/postgrespro/pg_probackup/releases/2.3.3).
0 commit comments