Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3750225
D2864.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
745 B
Referenced Files
None
Subscribers
None
D2864.diff
View Options
diff --git a/.arcconfig b/.arcconfig
new file mode 100644
--- /dev/null
+++ b/.arcconfig
@@ -0,0 +1,4 @@
+{
+ "phabricator.uri": "https://devcentral.nasqueron.org",
+ "repository.callsign": "DPGSENTRY"
+}
diff --git a/Dockerfile b/Dockerfile
new file mode 100644
--- /dev/null
+++ b/Dockerfile
@@ -0,0 +1,10 @@
+FROM postgres:9.6
+
+# Install wal2json
+ENV WAL2JSON_VERSION 0.0.2
+RUN apt-get update ; apt-get install -y \
+ wget \
+ && rm -rf /var/lib/apt/lists/* \
+ && wget -O $(pg_config --pkglibdir)/wal2json.so https://github.com/getsentry/wal2json/releases/download/$WAL2JSON_VERSION/wal2json-Linux-x86_64-glibc.so
+
+CMD ['postgres', '-c', 'wal_level=logical', '-c', 'max_replication_slots=1', '-c', 'max_wal_senders=1']
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Nov 17, 22:48 (19 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2249893
Default Alt Text
D2864.diff (745 B)
Attached To
Mode
D2864: Provide PostgreSQL and wal2json Docker image
Attached
Detach File
Event Timeline
Log In to Comment