Skip to content

Commit

Permalink
Removed /var/lib/manticore/replication creation from Dockerfile
Browse files Browse the repository at this point in the history
as it breaks the new behaviour related with restoring from a backup.
  • Loading branch information
sanikolaev committed Feb 20, 2024
1 parent 3aec2ec commit 8cf0e74
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ RUN if [ "$TARGETPLATFORM" = "linux/arm64" ] ; then export ARCH="arm"; else expo
RUN if [ -d "/packages/" ]; then apt -y install /packages/*deb; fi \
&& mkdir -p /var/run/manticore \
&& mkdir -p /usr/share/doc/manticore-galera \
&& mkdir -p /var/lib/manticore/replication \
&& mkdir /docker-entrypoint-initdb.d \
&& apt-get -y purge --auto-remove \
&& rm -rf /var/lib/apt/lists/* \
Expand Down

0 comments on commit 8cf0e74

Please sign in to comment.