1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2026-05-22 10:15:16 +02:00

Provisional support for PostgreSQL 9.5. No support for archive_mode = 'always' or .partial WAL on a standby.

This commit is contained in:
David Steele
2016-01-09 10:11:03 -05:00
parent c8f863fbab
commit e72165a689
6 changed files with 19 additions and 11 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ cd test
vagrant up
vagrant ssh
```
The `vagrant up` step could take some time as a number of Docker containers must also be built. The `vagrant up` command automatically logs onto the VM.
The `vagrant up` command may take some time as a number of Docker containers must also be built. The `vagrant ssh` command automatically logs onto the VM.
_Run All Tests_:
```