Accepting request 1241245 from devel:BCI:Tumbleweed
🤖: sync package with devel:BCI:Tumbleweed from OBS OBS-URL: https://build.opensuse.org/request/show/1241245 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postgres-15-image?expand=0&rev=36
This commit is contained in:
commit
5f80927a56
@ -24,6 +24,10 @@ $ podman run -it --rm -p 5432:5432 -e POSTGRES_PASSWORD=my-password -v /path/to/
|
|||||||
|
|
||||||
PostgreSQL data directory location.
|
PostgreSQL data directory location.
|
||||||
|
|
||||||
|
**Note 1:** The directory must be empty for `initdb` to create a new database.
|
||||||
|
|
||||||
|
**Note 2:** If the volume points either to a file system mount point, a remote folder that cannot be owned by the `postgres` user, or a location that already contains files (including `lost+found` and dotfiles), a new subdirectory for storing the PostgreSQL data must be created within the `PGDATA` volume.
|
||||||
|
|
||||||
## Environment variables
|
## Environment variables
|
||||||
|
|
||||||
The PostgreSQL image uses several environment variables to configure the database initialization.
|
The PostgreSQL image uses several environment variables to configure the database initialization.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
mtime: 1735740828
|
mtime: 1738159589
|
||||||
commit: 8720cff6b7dc48da6eab529ec066581a09603659
|
commit: d8b9f13e7dcc8641544eaee636c6ed38b435c7e4
|
||||||
url: https://github.com/SUSE/bci-dockerfile-generator
|
url: https://github.com/SUSE/bci-dockerfile-generator
|
||||||
revision: Tumbleweed
|
revision: Tumbleweed
|
||||||
subdir: postgres-15-image
|
subdir: postgres-15-image
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 29 14:06:29 UTC 2025 - SUSE Update Bot <bci-internal@suse.de>
|
||||||
|
|
||||||
|
- update README to add hints about the persistent volume requirements
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 1 14:13:48 UTC 2025 - SUSE Update Bot <bci-internal@suse.de>
|
Wed Jan 1 14:13:48 UTC 2025 - SUSE Update Bot <bci-internal@suse.de>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user