{{ message }}
Snapshot feature for postgres? #760
Nikola-Milovic
started this conversation in
General
Replies: 2 comments
-
|
doesn't seem too difficult to do yourself, not sure if i think it needs to
be part of tc necessarily but i wouldn't turn down a PR i guess
https://github.com/testcontainers/testcontainers-go/blob/8b5211f88a6d4ce21164209ab004aa09f6bfde3f/modules/postgres/postgres.go#L253
https://www.postgresql.org/docs/current/manage-ag-templatedbs.html
…On Thu, Jan 23, 2025 at 3:25 PM Nikola Milovic ***@***.***> wrote:
The go version
<https://golang.testcontainers.org/modules/postgres/#examples> comes with
an amazing support for postgres and snapshotting which makes testing and
having a clean environment super easy, is something like this possible in
python?
—
Reply to this email directly, view it on GitHub
<#760>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACECGJDDI4Q5JEWT5PBV2AT2MFF3BAVCNFSM6AAAAABVYGI5NWVHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZXHA3DGNJVGA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
The go version comes with an amazing support for postgres and snapshotting which makes testing and having a clean environment super easy, is something like this possible in python?
Beta Was this translation helpful? Give feedback.
All reactions