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
Copy file name to clipboardExpand all lines: README.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ Starting with the `2.3.0` image pushed on Mar 4, 2023, encryption (SSL) support
49
49
As a very basic example, to enable encryption with a *self-signed* certificate that *expires in 365 days* and has a *subject of localhost*, in the container's terminal run the following commands:
@@ -80,10 +80,13 @@ Assuming Babelfish is hosted on the local machine, using the default settings, a
80
80
81
81
## Data Volume
82
82
83
-
Database data is stored in the `/data` volume.
83
+
Database data is stored in the `/var/lib/babelfish/data` volume.
84
84
85
85
## Building Docker Image
86
86
87
+
> [!IMPORTANT]
88
+
> The Dockerfile was changed for `BABEL_5_2_0__PG_17_5`. To build an earlier version, the `before-BABEL_5_2_0__PG_17_5` branch should be used.
89
+
87
90
To build the Docker image, clone the repository and then run `docker build .`.
88
91
89
92
To use a different Babelfish version, you can:
@@ -93,6 +96,8 @@ To use a different Babelfish version, you can:
93
96
94
97
The Babelfish version tags are listed at https://github.com/babelfish-for-postgresql/babelfish-for-postgresql/tags.
95
98
99
+
100
+
96
101
## Other Extensions
97
102
98
103
Adding other extensions is outside of the scope of this project. They may not be able to be used through Babelfish and may cause issues with the Babelfish extensions or not work as expected.
0 commit comments