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
* Add support for tablespaces
There is a new folder of tests, using volumes to keep data persistant
against pod restarts and to allow for interaction within and without of
the running containers.
An additional Dockerfile has been added based off a local pg14 image.
This adds a newly _destructive_ action removes the data within a tablespace
directory. Perhaps this can be rebased off of the work that will do in-place
resotre before merging, depending on the caution of the core team.
Implementation note: this permits tablespace data directories to
created at the top level of mounted volumes.
Fixes#844
To run tests:
`TEST=tablespaces make test`
Allows for test-tablespaces to be run for all supported postgres versions
`PGVERSION=14 TEST=tablespaces make test`
* Run tablespace tests in travis for pg14
0 commit comments