Skip to content

Commit

Permalink
do not forget to init superslaves if needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
bahag-schlachterk committed May 6, 2024
1 parent d0c3929 commit 013ddb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pdns-mysql/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ done
createDatabaseIfRequested
initDatabase
migrateDatabaseTo47
initSuperslave

if [ ${USE_EXISTING_CONFIG_FILE:-false} = 'false' ]; then
echo "(re-)generating config file from environment variables"
Expand Down
1 change: 1 addition & 0 deletions pdns-pgsql/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ done

createDatabaseIfRequested
initDatabase
initSuperslave

unset PGPASSWORD

Expand Down

0 comments on commit 013ddb8

Please sign in to comment.