Skip to content

Commit

Permalink
PKG-421 Create a separate Dockerfile for PXC 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
adivinho committed Jan 15, 2025
1 parent 051c1d9 commit 438aa60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion percona-xtradb-cluster-8.4/misc/start_node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ docker run -d -p 3306 --net=$NETWORK_NAME \
-e DISCOVERY_SERVICE=${ETCD_HOST}:2379 \
-e CLUSTER_NAME=${CLUSTER_NAME} \
-e XTRABACKUP_PASSWORD=Theistare \
percona/percona-xtradb-cluster:8.0
percona/percona-xtradb-cluster:8.4
#--general-log=1 --general_log_file=/var/lib/mysql/general.log
#--wsrep_cluster_address="gcomm://$QCOMM"
echo "Started $(docker ps -l -q)"
Expand Down
2 changes: 1 addition & 1 deletion percona-xtradb-cluster-8.4/swarm/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
- "6032:6032"
env_file: .env
percona-xtradb-cluster:
image: percona/percona-xtradb-cluster:8.0
image: percona/percona-xtradb-cluster:8.4
networks:
- Theistareykjarbunga
ports:
Expand Down

0 comments on commit 438aa60

Please sign in to comment.